and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 17 Aug, 2012 2 commits
  2. 16 Aug, 2012 2 commits
    • Tom Tromey's avatar
      PR python/14386: · 337f0844
      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.
      337f0844
    • gdbadmin's avatar
      *** empty log message *** · ed5307e8
      gdbadmin authored
      ed5307e8
  3. 15 Aug, 2012 1 commit
  4. 14 Aug, 2012 2 commits
  5. 13 Aug, 2012 1 commit
  6. 12 Aug, 2012 1 commit
  7. 11 Aug, 2012 1 commit
  8. 10 Aug, 2012 1 commit
  9. 09 Aug, 2012 1 commit
  10. 08 Aug, 2012 1 commit
  11. 07 Aug, 2012 4 commits
    • Jan Kratochvil's avatar
      gdb/testsuite/ · d00d163f
      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.
      d00d163f
    • Jan Kratochvil's avatar
      gdb/doc/ · ae72cb1d
      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.
      ae72cb1d
    • Jan Kratochvil's avatar
      gdb/testsuite/ · a81e9ec4
      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.
      a81e9ec4
    • gdbadmin's avatar
      *** empty log message *** · 27d7b998
      gdbadmin authored
      27d7b998
  12. 06 Aug, 2012 4 commits
  13. 05 Aug, 2012 1 commit
  14. 04 Aug, 2012 1 commit
  15. 03 Aug, 2012 3 commits
  16. 02 Aug, 2012 7 commits
  17. 01 Aug, 2012 7 commits
    • Tom Tromey's avatar
      2012-08-01 Richard Henderson <rth@redhat.com> · cf6f954c
      Tom Tromey authored
      	* configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
      	(mep-*-*) [gdb_target_obs]: Likewise.
      cf6f954c
    • Ulrich Weigand's avatar
      * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs. · 422ff1ab
      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.
      422ff1ab
    • Ulrich Weigand's avatar
      gdbserver/ChangeLog: · e6cefc4c
      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.
      e6cefc4c
    • Ulrich Weigand's avatar
      ChangeLog: · aa40b5e5
      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.
      aa40b5e5
    • Jan Kratochvil's avatar
      gdb/testsuite/ · a1ce925d
      Jan Kratochvil authored
      	* gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
      	valgrind versions.
      a1ce925d
    • Mike Frysinger's avatar
      sim: bfin: set bfrom alias field to correct size · 112e11d3
      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: default avatarMike Frysinger <vapier@gentoo.org>
      112e11d3
    • Mike Frysinger's avatar
      sim: bfin: update return value in bfin_reg_{fetch,store} · 0a591e30
      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: default avatarMike Frysinger <vapier@gentoo.org>
      0a591e30