aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-06Remove argument optional_p from get_tracepoint_by_numberYao Qi1-14/+8
2014-03-03change probes to be program-space-independentTom Tromey1-5/+14
2014-02-26start change to progspace independenceTom Tromey1-4/+4
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-29/+29
2014-02-26change minsym representationTom Tromey1-5/+5
2014-02-26Multiple Ada task-specific breakpoints at the same address.Pedro Alves1-4/+6
2014-02-05Extension Language APIDoug Evans1-12/+16
2014-01-17Add "volatile" keyword to "struct gdb_exception" declarationSergio Durigan Junior1-1/+1
2014-01-13replace XZALLOC with XCNEWTom Tromey1-2/+2
2014-01-09Handle the case of a remote target supporting target side commands, but not o...Pedro Alves1-28/+77
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-19Fix PR breakpoints/16297: catch syscall with syscall 0Gabriel Krisman Bertazi1-4/+3
2013-12-12breakpoint.c:insert_bp_location: Constify local.Pedro Alves1-3/+3
2013-11-29Plug target side conditions and commands leaks.Pedro Alves1-0/+9
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-14Eliminate enum bpstat_signal_value, simplify random signal checks further.Pedro Alves1-21/+13
2013-11-14infrun.c:handle_inferior_event: Rework random signal checks.Pedro Alves1-3/+3
2013-11-13* breakpoint.c (bpstat_check_breakpoint_conditions): For threadDoug Evans1-4/+8
2013-11-12* breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.Doug Evans1-3/+5
2013-11-12* breakpoint.c (bpstat_check_breakpoint_conditions): AssertDoug Evans1-93/+94
2013-11-01breakpoint.c: fix libc probe scan when no get_longjmp_target exists.Tiago Stürmer Daitx1-2/+3
2013-10-31Extra error message from update_watchpointAndrew Burgess1-3/+10
2013-10-29New remove-symbol-file command.Nicolas Blanc1-3/+64
2013-10-28breakpoint.c:watchpoints_triggered: simplify a tiny bit.Pedro Alves1-1/+1
2013-10-18Hardware watchpoints turned off, inferior not yet started.Andrew Burgess1-9/+19
2013-10-11New GDB/MI commands to catch Ada exceptionsJoel Brobecker1-1/+2
2013-10-09Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves1-8/+9
2013-10-07Thread-specific breakpoints: say "no longer in the thread list" instead of "g...Pedro Alves1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-9/+9
2013-09-19Fix regressions caused by thread-specific breakpoint deletion.Pedro Alves1-1/+1
2013-09-17PR gdb/11568 - delete thread-specific breakpoints on thread exitPedro Alves1-0/+25
2013-08-232013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>Muhammad Waqas1-26/+46
2013-08-09save breakpoints: Make tilde-expanded filename visible.Pedro Alves1-5/+4
2013-08-02fix PR symtab/15719Tom Tromey1-3/+3
2013-07-242013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-4/+35
2013-07-06gdb/Yao Qi1-9/+7
2013-06-26gdb/Yao Qi1-2/+0
2013-06-252013-06-25 Yao Qi <yao@codesourcery.com>Hui Zhu1-14/+55
2013-06-20gdb/Yao Qi1-29/+29
2013-06-20gdb/Yao Qi1-4/+2
2013-06-19 * breakpoint.c (_initialize_breakpoint): Remove trailing \n fromTom Tromey1-2/+1
2013-06-18Fix PR cli/15603Tom Tromey1-5/+30
2013-06-042013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson1-15/+0
2013-05-30fix two buglets in breakpoint.cTom Tromey1-4/+5
2013-05-21Fix internal error caused by interaction between catch signal and forkPhilippe Waroquiers1-0/+9
2013-05-212013-05-21 Hui Zhu <hui@codesourcery.com>Hui Zhu1-1/+1
2013-05-07gdb/Sergio Durigan Junior1-19/+6
2013-05-06Reimplement shared library support on ppc-aix...Joel Brobecker1-9/+1
2013-04-242013-04-25 Hui Zhu <hui@codesourcery.com>Hui Zhu1-3/+3