mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Add describing intro comment to gdb.base/tui-layout.exp
gdb/testsuite/ChangeLog: 2017-03-07 Pedro Alves <palves@redhat.com> * gdb.base/tui-layout.exp: Add intro comment and fix typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2017-03-07 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
* gdb.base/tui-layout.exp: Add intro comment and fix typo.
|
||||||
|
|
||||||
2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
|
2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
|
||||||
|
|
||||||
* i386-mpx-call.c: New file.
|
* i386-mpx-call.c: New file.
|
||||||
|
@ -13,12 +13,15 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
# Test that the logic for displaying the TUI disassembly window
|
||||||
|
# handles very long lines.
|
||||||
|
|
||||||
standard_testfile
|
standard_testfile
|
||||||
|
|
||||||
set ccopts {debug quiet}
|
set ccopts {debug quiet}
|
||||||
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "$binfile" \
|
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "$binfile" \
|
||||||
executable $ccopts] != "" } {
|
executable $ccopts] != "" } {
|
||||||
# Maybe the compiler can't handle arbitrarily long identfier names.
|
# Maybe the compiler can't handle arbitrarily long identifier names.
|
||||||
# Try with a shorter version.
|
# Try with a shorter version.
|
||||||
lappend ccopts "additional_flags=-DSHORT_IDENTIFIERS"
|
lappend ccopts "additional_flags=-DSHORT_IDENTIFIERS"
|
||||||
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "$binfile" \
|
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "$binfile" \
|
||||||
|
Reference in New Issue
Block a user