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

  1. 26 Jul, 2011 3 commits
  2. 25 Jul, 2011 1 commit
  3. 24 Jul, 2011 1 commit
  4. 23 Jul, 2011 1 commit
  5. 22 Jul, 2011 1 commit
  6. 21 Jul, 2011 1 commit
  7. 20 Jul, 2011 1 commit
  8. 19 Jul, 2011 1 commit
  9. 18 Jul, 2011 1 commit
  10. 17 Jul, 2011 1 commit
  11. 16 Jul, 2011 1 commit
  12. 15 Jul, 2011 2 commits
  13. 14 Jul, 2011 1 commit
  14. 13 Jul, 2011 2 commits
    • Jan Kratochvil's avatar
      gdb/ · d0f9e137
      Jan Kratochvil authored
      	Work around kgdb.
      	* remote.c (remote_get_trace_status): New variable ex.  Put
      	remote_get_noisy_reply into TRY_CATCH.  Call exception_fprintf for it.
      d0f9e137
    • gdbadmin's avatar
      *** empty log message *** · 9f168b10
      gdbadmin authored
      9f168b10
  15. 12 Jul, 2011 2 commits
  16. 11 Jul, 2011 1 commit
  17. 10 Jul, 2011 1 commit
  18. 09 Jul, 2011 1 commit
  19. 08 Jul, 2011 1 commit
  20. 07 Jul, 2011 1 commit
  21. 06 Jul, 2011 6 commits
  22. 05 Jul, 2011 1 commit
  23. 04 Jul, 2011 2 commits
  24. 03 Jul, 2011 1 commit
  25. 02 Jul, 2011 5 commits
    • Jan Kratochvil's avatar
      gdb/testsuite/ · 4977ab01
      Jan Kratochvil authored
      	* gdb.cp/temargs.exp (set sixth breakpoint for temargs): Move the test
      	to match the HEAD order.
      4977ab01
    • Jan Kratochvil's avatar
      commit 4dc5b0e7836af7594fdb47061122a5655e5d4a82 · 0e608037
      Jan Kratochvil authored
      Author: Jan Kratochvil <jan.kratochvil@redhat.com>
      Date:   Sat Jul 2 12:08:44 2011 +0000
      +
      commit c0cfd78e8522c5ef61f77d5c613a0a0d7d6635fd
      Author: Jan Kratochvil <jan.kratochvil@redhat.com>
      Date:   Sat Jul 2 15:13:12 2011 +0000
      
      gdb/testsuite/
      	* gdb.cp/m-static.exp: Call get_compiler_info.
      	(static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
      	* gdb.cp/pr9167.exp (p b): Likewise.
      	* gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
      	(test value of P in inner_m, test type of Z in inner_m): Call
      	setup_xfail for gcc <= 4.5.
      0e608037
    • Jan Kratochvil's avatar
      commit c92bdb809c286916b2ee6c267dad6a58a5706a62 · 2a704f04
      Jan Kratochvil authored
      Author: Jan Kratochvil <jan.kratochvil@redhat.com>
      Date:   Fri Jul 1 20:27:58 2011 +0000
      
      gdb/
      	* linespec.c (find_method): Accept the function type automatically only
      	if it was specified with parameter types.
      
      gdb/testsuite/
      	* gdb.cp/paren-type.cc: New files.
      	* gdb.cp/paren-type.exp: New files.
      2a704f04
    • Jan Kratochvil's avatar
      commit 67e102403d7a0b16395389587713e703b0267ab3 · 41a35145
      Jan Kratochvil authored
      Author: Jan Kratochvil <jan.kratochvil@redhat.com>
      Date:   Fri Jul 1 20:18:59 2011 +0000
      
      gdb/
      	Stop on first linespec terminator instead of eating what we can.
      	* linespec.c (is_linespec_boundary): New function.
      	(name_end): Remove function.
      	(keep_name_info): New parameter on_boundary, replace the body.
      	(decode_line_1): Provide the parameter to keep_name_info.
      	(decode_compound): Likewise.  Drop the trailing java return type
      	handling.  Twice.
      
      gdb/testsuite/
      	Stop on first linespec terminator instead of eating what we can.
      	* gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
      	* gdb.cp/minsym-fallback.cc (C::operator ()): Define.
      	* gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
      	(break C::f()): ... this one.
      	(break C::operator()()): New test.
      	* gdb.cp/minsym-fallback.h (C::operator ()): Declare.
      	* gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
      	test.
      41a35145
    • Jan Kratochvil's avatar
      commit 2daaa790297294478cb724dbec677879580bb2cf · 06cfa23b
      Jan Kratochvil authored
      Author: Jan Kratochvil <jan.kratochvil@redhat.com>
      Date:   Fri Jul 1 20:16:38 2011 +0000
      
      gdb/
      	Fall back linespec to minimal symbols.
      	* linespec.c (decode_line_1): New variable ex, saved_argptr.  Protect
      	decode_compound by TRY_CATCH, fall back on minsyms if it failed.
      	(find_method, symbol_found): Change error to cplusplus_error.
      
      gdb/testsuite/
      	Fall back linespec to minimal symbols.
      	* gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
      	error message.
      	* gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
      	* gdb.cp/minsym-fallback-main.cc: New file.
      	* gdb.cp/minsym-fallback.cc: New file.
      	* gdb.cp/minsym-fallback.exp: New file.
      	* gdb.cp/minsym-fallback.h: New file.
      06cfa23b