summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* constify some blockvector APIsTom Tromey2014-06-181-1/+1
* constify struct block in some placesTom Tromey2014-06-181-1/+1
* Symptom:Luis Machado2014-06-181-8/+12
* "$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves2014-06-161-12/+13
* make calls to help_list use enumeratorTom Tromey2014-06-131-1/+1
* User breakpoint ignored if software-single-step at same locationJoel Brobecker2014-06-031-17/+124
* Installing a breakpoint on top of a dprintf makes GDB lose control.Pedro Alves2014-06-021-4/+16
* dprintf-style agent can't explain a trap.Pedro Alves2014-06-021-0/+18
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves2014-04-231-12/+59
* Don't suppress errors inserting/removing hardware breakpoints in sharedPedro Alves2014-04-231-6/+8
* breakpoint shadowing, take single-step breakpoints into account.Pedro Alves2014-04-101-69/+117
* Fix for even more missed events; eliminate thread-hop code.Pedro Alves2014-03-201-4/+1
* PR breakpoints/7143 - Watchpoint does not trigger when first setPedro Alves2014-03-201-10/+10
* Remove argument optional_p from get_tracepoint_by_numberYao Qi2014-03-061-14/+8
* change probes to be program-space-independentTom Tromey2014-03-031-5/+14
* start change to progspace independenceTom Tromey2014-02-261-4/+4
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-29/+29
* change minsym representationTom Tromey2014-02-261-5/+5
* Multiple Ada task-specific breakpoints at the same address.Pedro Alves2014-02-261-4/+6
* Extension Language APIDoug Evans2014-02-051-12/+16
* Add "volatile" keyword to "struct gdb_exception" declarationSergio Durigan Junior2014-01-171-1/+1
* replace XZALLOC with XCNEWTom Tromey2014-01-131-2/+2
* Handle the case of a remote target supporting target side commands, but not o...Pedro Alves2014-01-091-28/+77
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Fix PR breakpoints/16297: catch syscall with syscall 0Gabriel Krisman Bertazi2013-12-191-4/+3
* breakpoint.c:insert_bp_location: Constify local.Pedro Alves2013-12-121-3/+3
* Plug target side conditions and commands leaks.Pedro Alves2013-11-291-0/+9
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Eliminate enum bpstat_signal_value, simplify random signal checks further.Pedro Alves2013-11-141-21/+13
* infrun.c:handle_inferior_event: Rework random signal checks.Pedro Alves2013-11-141-3/+3
* * breakpoint.c (bpstat_check_breakpoint_conditions): For threadDoug Evans2013-11-131-4/+8
* * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.Doug Evans2013-11-121-3/+5
* * breakpoint.c (bpstat_check_breakpoint_conditions): AssertDoug Evans2013-11-121-93/+94
* breakpoint.c: fix libc probe scan when no get_longjmp_target exists.Tiago Stürmer Daitx2013-11-011-2/+3
* Extra error message from update_watchpointAndrew Burgess2013-10-311-3/+10
* New remove-symbol-file command.Nicolas Blanc2013-10-291-3/+64
* breakpoint.c:watchpoints_triggered: simplify a tiny bit.Pedro Alves2013-10-281-1/+1
* Hardware watchpoints turned off, inferior not yet started.Andrew Burgess2013-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>Muhammad Waqas2013-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>Sergio Durigan Junior2013-07-241-4/+35