summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* Recognize more program breakpoint patternsLuis Machado2020-01-291-39/+7
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-6/+19
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Fix scripted probe breakpointsGeorge Barrett2019-12-091-19/+43
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-2/+2
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-1/+1
* Replace some more qsort calls with std::sortChristian Biesinger2019-10-191-17/+12
* Make tui-winsource not use breakpoint_chainChristian Biesinger2019-10-151-1/+1
* Change iterate_over_breakpoints to take a function_viewChristian Biesinger2019-10-151-3/+2
* gdb: small cleanup in breakpoint.c's includesSimon Marchi2019-10-121-5/+1
* Introduce metadata styleTom Tromey2019-10-011-3/+5
* Use new %p format suffixes in gdbPedro Alves2019-10-011-35/+30
* Remove the ui_out_style_kind enumTom Tromey2019-10-011-4/+4
* gdb: make watchpoint::val_valid a boolSimon Marchi2019-09-211-6/+6
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-8/+8
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-24/+37
* Change breakpoint::filter to be a unique_xmalloc_ptrTom Tromey2019-08-061-3/+2
* Rename field_int to field_signedTom Tromey2019-07-171-25/+25
* Use field_string in more placesTom Tromey2019-07-151-2/+2
* breakpoint: Make is_*point functions return boolSimon Marchi2019-07-101-24/+18
* Change Ada catchpoints to be bp_catchpointTom Tromey2019-07-101-3/+5
* Update breakpoint_1's documentationSimon Marchi2019-07-101-26/+32
* Make some bpstat functions use boolSimon Marchi2019-07-101-14/+14
* Make bpstat_what::is_longjmp a boolSimon Marchi2019-07-091-1/+1
* Make "maint info breakpoints" show "catch catch/throw/rethrow" locationsPedro Alves2019-07-091-70/+45
* "catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves2019-07-091-52/+56
* Fix "info break" + "catch catch" + -static-{libstdc++,libgcc}Pedro Alves2019-07-091-7/+1
* Rename common to gdbsupportTom Tromey2019-07-091-3/+3
* gdb: Remove unneeded parameter from set_breakpoint_location_functionAndrew Burgess2019-07-091-9/+5
* Remove return value from remove_breakpoints_infSimon Marchi2019-07-021-4/+3
* Remove unnecessary casts of NULLTom Tromey2019-06-161-5/+4
* gdb/mi: New commands to catch C++ exceptionsAndrew Burgess2019-06-151-8/+0
* Make check_for_argument skip whitespace after arg itselfPedro Alves2019-06-131-4/+1
* Remove trailing newlines from help textTom Tromey2019-06-111-5/+5
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-4/+1
* Fix GDB build when using --disable-gdbmiSimon Marchi2019-05-101-1/+7
* Convert breakpoint.c to type-safe registry APITom Tromey2019-05-081-19/+4
* Make exception handling more efficientTom Tromey2019-04-251-9/+9
* Remove exception_noneTom Tromey2019-04-251-2/+2
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-4/+4
* Rename gdb exception typesTom Tromey2019-04-081-14/+14
* Rewrite TRY/CATCHTom Tromey2019-04-081-42/+28
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-3/+3
* Revert the header-sorting patchTom Tromey2019-04-061-42/+38
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-38/+42
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-041-6/+9
* Have parser reset the innermost block trackerTom Tromey2019-03-231-3/+0
* Fix MI output for multi-location breakpointsSimon Marchi2019-03-131-8/+18
* C++-ify bp_locationTom Tromey2019-02-151-16/+4