summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* Hardware watchpoints turned off, inferior not yet started.aburgess2013-10-181-9/+19
* New GDB/MI commands to catch Ada exceptionsJoel Brobecker2013-10-111-1/+2
* Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves2013-10-091-8/+9
* Thread-specific breakpoints: say "no longer in the thread list" instead of "g...Pedro Alves2013-10-071-1/+1
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-9/+9
* Fix regressions caused by thread-specific breakpoint deletion.Pedro Alves2013-09-191-1/+1
* PR gdb/11568 - delete thread-specific breakpoints on thread exitPedro Alves2013-09-171-0/+25
* 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>mwaqas2013-08-231-26/+46
* save breakpoints: Make tilde-expanded filename visible.Pedro Alves2013-08-091-5/+4
* fix PR symtab/15719Tom Tromey2013-08-021-3/+3
* 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>sergiodj2013-07-241-4/+35
* gdb/qiyao2013-07-061-9/+7
* gdb/qiyao2013-06-261-2/+0
* 2013-06-25 Yao Qi <yao@codesourcery.com>Hui Zhu2013-06-251-14/+55
* gdb/qiyao2013-06-201-29/+29
* gdb/qiyao2013-06-201-4/+2
* * breakpoint.c (_initialize_breakpoint): Remove trailing \n fromTom Tromey2013-06-191-2/+1
* Fix PR cli/15603Tom Tromey2013-06-181-5/+30
* 2013-06-04 Gary Benson <gbenson@redhat.com>gary2013-06-041-15/+0
* fix two buglets in breakpoint.cTom Tromey2013-05-301-4/+5
* Fix internal error caused by interaction between catch signal and forkphilippe2013-05-211-0/+9
* 2013-05-21 Hui Zhu <hui@codesourcery.com>Hui Zhu2013-05-211-1/+1
* gdb/sergiodj2013-05-071-19/+6
* Reimplement shared library support on ppc-aix...Joel Brobecker2013-05-061-9/+1
* 2013-04-25 Hui Zhu <hui@codesourcery.com>Hui Zhu2013-04-241-3/+3
* 2013-04-23 Hui Zhu <hui@codesourcery.com>Hui Zhu2013-04-231-1/+4
* 2013-04-23 Hui Zhu <hui@codesourcery.com>Hui Zhu2013-04-231-2/+12
* * Makefile.in (SFILES): Add break-catch-throw.cTom Tromey2013-04-151-259/+1
* PR c++/9065:Tom Tromey2013-04-151-0/+1
* PR c++/12824:Tom Tromey2013-04-151-17/+76
* 2013-04-10 Pedro Alves <palves@redhat.com>Hui Zhu2013-04-101-1/+30
* PR symtab/8424:Tom Tromey2013-04-081-2/+2
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-3/+3
* create_breapoint / explicit mode: Error out if there's garbage after the brea...Pedro Alves2013-04-081-11/+14
* tracepoint->step_count fixesPedro Alves2013-04-041-4/+19
* Cleanup: remove unused - breakpoint, buildsymAleksandar Ristovski2013-04-011-8/+0
* * breakpoint.h (struct breakpoint): Add comment toKeith Seitz2013-03-201-0/+1
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-131-7/+8
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-121-33/+45
* * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz2013-03-071-5/+2
* breakpoint.c: fix -Wpointer-signPedro Alves2013-03-071-1/+1
* gdb/Jan Kratochvil2013-02-051-1/+4
* gdb/Jan Kratochvil2013-02-031-13/+18
* gdb/Jan Kratochvil2013-02-031-9/+2
* gdb/Jan Kratochvil2013-02-031-28/+25
* All annotate_breakpoints_changed calls are along-sidePedro Alves2013-01-221-9/+1
* There's code in annotate.c and breakpoint.c that is supposed toPedro Alves2013-01-221-1/+0
* 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>Marc Khouzam2013-01-211-25/+63
* 2013-01-03 Pedro Alves <palves@redhat.com>Tom Tromey2013-01-161-8/+35
* * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)Tom Tromey2013-01-161-2/+26