summaryrefslogtreecommitdiff
path: root/gdb/break-catch-throw.c
Commit message (Expand)AuthorAgeFilesLines
* Unify gdb printf functionsTom Tromey2022-03-291-4/+4
* gdb: remove internalvar_funcs::destroySimon Marchi2022-03-061-1/+0
* Move gdb_regex to gdbsupportTom Tromey2022-01-181-1/+1
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi2021-11-081-2/+2
* gdb: add context getter/setter to cmd_list_elementSimon Marchi2021-06-251-3/+4
* gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione2021-05-191-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-3/+3
* [gdb] Fix catch throw regexp matchingTom de Vries2020-05-091-1/+1
* Speed up psymbol reading by removing a copyTom Tromey2020-05-081-5/+7
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use gdbarch for probe::get_argument_countAlan Hayward2019-09-021-1/+1
* [gdb, c++] Improve error message when using libstdcxx without SDT probesTom de Vries2019-08-261-2/+4
* Rename field_int to field_signedTom Tromey2019-07-171-1/+1
* Make "maint info breakpoints" show "catch catch/throw/rethrow" locationsPedro Alves2019-07-091-0/+8
* "catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves2019-07-091-13/+12
* gdb/mi: New commands to catch C++ exceptionsAndrew Burgess2019-06-151-26/+16
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-3/+3
* Rewrite TRY/CATCHTom Tromey2019-04-081-9/+6
* Revert the header-sorting patchTom Tromey2019-04-061-15/+11
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-11/+15
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove some is_mi_like_p from breakpoint codeTom Tromey2018-04-301-3/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-8/+8
* Constify add_setshow_*Tom Tromey2017-11-071-5/+6
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-3/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-8/+4
* Change install_breakpoint to take a std::unique_ptrTom Tromey2017-08-221-2/+1
* Use std::move in a few placesTom Tromey2017-08-141-1/+1
* C++-ify break-catch-throwTom Tromey2017-07-221-27/+13
* Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves2017-06-071-13/+8
* C++ify breakpoint class hierarchy (destructors only)Simon Marchi2017-06-021-18/+11
* Introduce event_location_upTom Tromey2017-04-121-9/+5
* -Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves2017-04-051-10/+13
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-27/+25
* gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves2016-11-151-1/+1
* Use ui_file_as_string throughout morePedro Alves2016-11-081-12/+7
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-5/+2
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-4/+4
* Fix PR threads/19422 - show which thread caused stopPedro Alves2016-01-181-0/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Mass rename `explicit' -> `explicit_loc'.Keith Seitz2015-08-131-4/+4