aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-22All annotate_breakpoints_changed calls are along-sidePedro Alves1-9/+1
2013-01-22There's code in annotate.c and breakpoint.c that is supposed toPedro Alves1-1/+0
2013-01-212013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>Marc Khouzam1-25/+63
2013-01-162013-01-03 Pedro Alves <palves@redhat.com>Tom Tromey1-8/+35
2013-01-16 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)Tom Tromey1-2/+26
2013-01-11gdb/Yao Qi1-29/+20
2013-01-03gdb/Yao Qi1-0/+7
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-25gdb/Jan Kratochvil1-4/+2
2012-12-24gdb/Jan Kratochvil1-3/+0
2012-12-18 * breakpoint.c (dprintf_command): Now static.Tom Tromey1-3/+1
2012-12-16gdb/Jan Kratochvil1-4/+2
2012-12-152012-12-15 Yao Qi <yao@codesourcery.com>Yao Qi1-0/+23
2012-12-15gdb/Yao Qi1-16/+17
2012-12-12MI: add the -catch-load and -catch-unload commandsMircea Gherzan1-9/+26
2012-12-03 * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey1-1/+1
2012-12-01gdb/Yao Qi1-18/+18
2012-11-30gdb/Yao Qi1-5/+8
2012-11-28gdb/Yao Qi1-0/+1
2012-11-20 ARI fixes: sprintf rule.Pierre Muller1-4/+6
2012-11-202012-11-20 Pedro Alves <palves@redhat.com>Pedro Alves1-7/+7
2012-11-10 * breakpoint.c (clear_command): Add cleanup forKeith Seitz1-0/+1
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-7/+7
2012-11-092012-11-09 Yao Qi <yao@codesourcery.com>Yao Qi1-38/+37
2012-11-07gdb:Yao Qi1-1/+0
2012-11-06gdb/Pedro Alves1-1/+1
2012-11-03gdb:Yao Qi1-1/+1
2012-11-02 * breakpoint.c (catch_syscall_completer): Pass 'word' as secondTom Tromey1-1/+1
2012-10-18 * tracepoint.c (print_one_static_tracepoint_marker): Constify.Tom Tromey1-2/+2
2012-10-18 * breakpoint.c (compare_breakpoints): Fix comparison.Tom Tromey1-1/+1
2012-10-17gdb:Yao Qi1-1/+2
2012-09-26http://sourceware.org/ml/gdb-patches/2012-09/msg00403.htmlAndrew Burgess1-1/+1
2012-09-26gdb/ChangeLog:Siddhesh Poyarekar1-1/+1
2012-09-25 * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar1-3/+2
2012-09-17gdb/Jan Kratochvil1-3/+3
2012-09-12* gdb/remote.c (remote_insert_hw_breakpoint): Throw exception ifMike Wrighton1-14/+36
2012-08-27gdb/Jan Kratochvil1-2/+8
2012-08-22 * auto-load.c (_initialize_auto_load): Update.Tom Tromey1-1/+2
2012-08-16Change detach_breakpoints to take a ptid instead of a pidJoel Brobecker1-3/+3
2012-08-13gdb/Yao Qi1-1/+0
2012-08-13gdb/Yao Qi1-1/+0
2012-08-09gdb/Yao Qi1-0/+4
2012-08-08 * breakpoint.c (parse_breakpoint_sals): Remove unused variableKeith Seitz1-2/+0
2012-07-242012-07-20 Marc Khouzam <marc.khouzam@ericsson.com>Marc Khouzam1-1/+12
2012-07-19 PR exp/13206:Tom Tromey1-0/+2
2012-07-19 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.Tom Tromey1-0/+4
2012-07-18 * breakpoint.c (invalid_thread_id_error): New function.Keith Seitz1-2/+10
2012-07-18 * breakpoint.c (find_condition_and_thread): InitializeKeith Seitz1-7/+6
2012-07-052012-07-05 Hui Zhu <hui_zhu@mentor.com>Hui Zhu1-17/+0
2012-07-02 Add target-side support for dynamic printf.Stan Shebs1-43/+286