- 17 Aug, 2012 2 commits
- 16 Aug, 2012 2 commits
-
-
Tom Tromey authored
* varobj.c (update_dynamic_varobj_children): Don't call PyIter_Check. gdb/testsuite * gdb.python/py-mi.exp: Add test for printer whose children are a list. * gdb.python/py-prettyprint.c (struct children_as_list): New. (main): New variable children_as_list. * gdb.python/py-prettyprint.py (class pp_children_as_list): New. (register_pretty_printers): Register new printer.
-
gdbadmin authored
-
- 15 Aug, 2012 1 commit
-
-
gdbadmin authored
-
- 14 Aug, 2012 2 commits
-
-
Jan Kratochvil authored
* gdb.base/attach-twice.exp: Remove excessive ps exec.
-
gdbadmin authored
-
- 13 Aug, 2012 1 commit
-
-
gdbadmin authored
-
- 12 Aug, 2012 1 commit
-
-
gdbadmin authored
-
- 11 Aug, 2012 1 commit
-
-
gdbadmin authored
-
- 10 Aug, 2012 1 commit
-
-
gdbadmin authored
-
- 09 Aug, 2012 1 commit
-
-
gdbadmin authored
-
- 08 Aug, 2012 1 commit
-
-
gdbadmin authored
-
- 07 Aug, 2012 4 commits
-
-
Jan Kratochvil authored
* gdb.base/valgrind-infcall.exp (continue #$continue_count): Use global variable loop, not a 'break'. Add loop count limit to 100. Add new fail case for terminated vgdb.
-
Jan Kratochvil authored
* gdbint.texinfo (Debugging GDB): In section 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb. Mention also gdb-gdb.py. -
Jan Kratochvil authored
Do not false FAIL with old GCCs. * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for GCC < 4.5 in $no_hw mode.
-
gdbadmin authored
-
- 06 Aug, 2012 4 commits
-
-
Jan Kratochvil authored
* gdb.base/list.exp (test_only_end): New function. Call it.
-
Tom Tromey authored
(dwarf2_frame_cache): Use it. * frame-unwind.h (frame_sniffer_ftype): Document prologue cache initialization constraint.
-
Tom Tromey authored
* cli/cli-cmds.c (list_command): Filter 'sals_end'.
-
gdbadmin authored
-
- 05 Aug, 2012 1 commit
-
-
gdbadmin authored
-
- 04 Aug, 2012 1 commit
-
-
gdbadmin authored
-
- 03 Aug, 2012 3 commits
-
-
Tom Tromey authored
return.
-
Edjunior Barbosa Machado authored
* gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's symbols. Abort if vgdb remote connection is closed.
-
gdbadmin authored
-
- 02 Aug, 2012 7 commits
-
-
Doug Evans authored
-
Sergio Durigan Junior authored
* gdb.base/pc-fp.exp: Adjust testcase to match different outputs from s390x, PowerPC 64 and m68k-linux.
-
Ulrich Weigand authored
when starting up the program. * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may show a symbolic value as well. * gdb.server/server-exec-info.exp: Skip test when skipping gdbserver test and/or when skipping shared library tests. * gdb.threads/linux-dp.exp: Unset "seen" when done with it to avoid name conflicts with other tests.
-
Ulrich Weigand authored
Fix wrong output on big-endian systems. * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on 4-byte pointer types on 64-bit s390x.
-
Ulrich Weigand authored
marker comment at the beginning (after intialization). * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2 breakpoint on marker comment instead of function begin. (test_wide_location_1): Do not expect HW watchpoints on 32-bit PowerPC. (test_wide_location_2): Do not expect HW watchpoints on 32-bit or 64-bit PowerPC. (do_tests): Consistently set can-use-hw-watchpoints to 0 if gdb,no_hardware_watchpoints flag is set. (initialize): Remove now redundant can-use-hw-watchpoints change.
-
Ulrich Weigand authored
* inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back to attempting lseek/write. (inf_child_fileio_pread): Likewise for pread. gdbserver/ChangeLog: * hostio.c (handle_pread): If pread fails, fall back to attempting lseek/read. (handle_pwrite): Likewise for pwrite.
-
gdbadmin authored
-
- 01 Aug, 2012 7 commits
-
-
Tom Tromey authored
* configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o. (mep-*-*) [gdb_target_obs]: Likewise.
-
Ulrich Weigand authored
* gdb.base/ctxobj.exp: Call gdb_load_shlibs. * gdb.base/print-file-var.exp: Likewise. * gdb.server/solib-list.exp: Skip on remote targets.
-
Ulrich Weigand authored
* linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish between unsupported TYPE and unimplementable ADDR/LEN combination. (arm_insert_point): Act on new return value. testsuite/ChangeLog: * gdb.base/watchpoint.exp (test_wide_location_1): Expect software watchpoints on ARM. When expecting software watchpoints, tolerate (remote) targets that report unsupported hardware watchpoint only at continue time. (test_wide_location_2): Likewise.
-
Ulrich Weigand authored
* arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not attempt to 4-byte-align HW breakpoint addresses for Thumb. gdbserver/ChangeLog: * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt to 4-byte-align HW breakpoint addresses for Thumb.
-
Jan Kratochvil authored
* gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more valgrind versions.
-
Mike Frysinger authored
When the sim is built w/out the bfroms, we end up passing a length of 0 when mapping the rom region which the core sim code rejects. So add an alias field equal to the length to avoid that error. Signed-off-by:Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
The latest gdb sim-remote.c really wants a return value from the fetch/store register functions, so update the Blackfin sim to avoid the warnings/errors. Signed-off-by:Mike Frysinger <vapier@gentoo.org>
-