- 26 Jul, 2011 3 commits
- 25 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 24 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 23 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 22 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 21 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 20 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 19 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 18 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 17 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 16 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 15 Jul, 2011 2 commits
- 14 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 13 Jul, 2011 2 commits
-
-
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.
-
gdbadmin authored
-
- 12 Jul, 2011 2 commits
-
-
Jan Kratochvil authored
Fix occasional crash of CTRL-C during DWARF read in. * dwarf2read.c (dwarf2_mark_helper): Return on NULL CU.
-
gdbadmin authored
-
- 11 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 10 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 09 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 08 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 07 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 06 Jul, 2011 6 commits
-
-
gdbadmin authored
-
gdbadmin authored
-
gdbadmin authored
-
Joel Brobecker authored
2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com> * jit.c (jit_inferior_init): Forward declare. (jit_breakpoint_re_set_internal): Call jit_inferior_init. testsuite/ChangeLog: 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com> * gdb.base/jit-so.exp: New test. * gdb.base/jit-dlmain.c: New file. * gdb.base/jit-main.c: Allow "main" to be elsewhere. -
nobody authored
Cherrypick from master 2011-07-06 21:40:17 UTC Joel Brobecker <brobecker@gnat.com> 'Fix JIT clang-lli regression (unable to read JIT descriptor from memory)': gdb/testsuite/gdb.base/jit-dlmain.c gdb/testsuite/gdb.base/jit-so.exp -
gdbadmin authored
-
- 05 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 04 Jul, 2011 2 commits
-
-
Jan Kratochvil authored
Fix false GCC warning. * linespec.c (decode_line_1): Initialize values.
-
gdbadmin authored
-
- 03 Jul, 2011 1 commit
-
-
gdbadmin authored
-
- 02 Jul, 2011 5 commits
-
-
Jan Kratochvil authored
* gdb.cp/temargs.exp (set sixth breakpoint for temargs): Move the test to match the HEAD order.
-
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.
-
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.
-
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.
-
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.
-