aboutsummaryrefslogtreecommitdiff
path: root/gdb/break-catch-throw.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-09[gdb] Fix catch throw regexp matchingTom de Vries1-1/+1
2020-05-08Speed up psymbol reading by removing a copyTom Tromey1-5/+7
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-02Use gdbarch for probe::get_argument_countAlan Hayward1-1/+1
2019-08-26[gdb, c++] Improve error message when using libstdcxx without SDT probesTom de Vries1-2/+4
2019-07-17Rename field_int to field_signedTom Tromey1-1/+1
2019-07-09Make "maint info breakpoints" show "catch catch/throw/rethrow" locationsPedro Alves1-0/+8
2019-07-09"catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves1-13/+12
2019-06-15gdb/mi: New commands to catch C++ exceptionsAndrew Burgess1-26/+16
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-3/+3
2019-04-08Rewrite TRY/CATCHTom Tromey1-9/+6
2019-04-06Revert the header-sorting patchTom Tromey1-15/+11
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-11/+15
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-04-30Remove some is_mi_like_p from breakpoint codeTom Tromey1-3/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-8/+8
2017-11-07Constify add_setshow_*Tom Tromey1-5/+6
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-3/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-8/+4
2017-08-22Change install_breakpoint to take a std::unique_ptrTom Tromey1-2/+1
2017-08-14Use std::move in a few placesTom Tromey1-1/+1
2017-07-22C++-ify break-catch-throwTom Tromey1-27/+13
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-13/+8
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-18/+11
2017-04-12Introduce event_location_upTom Tromey1-9/+5
2017-04-05-Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves1-10/+13
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-27/+25
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves1-1/+1
2016-11-08Use ui_file_as_string throughout morePedro Alves1-12/+7
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-5/+2
2016-05-07remove trivialy unused variablesTrevor Saunders1-1/+0
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-4/+4
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves1-0/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-13Mass rename `explicit' -> `explicit_loc'.Keith Seitz1-4/+4
2015-08-11Explicit locations: introduce explicit locationsKeith Seitz1-2/+5
2015-08-11Explicit locations: introduce probe locationsKeith Seitz1-3/+2
2015-08-11Explicit locations: use new location APIKeith Seitz1-3/+10
2015-08-11Explicit locations: rename "address string"/"addr_string" to "location"Keith Seitz1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-10/+12
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-9/+14
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-7/+7
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-03-20Fix probe-related internal error on AIXSergio Durigan Junior1-17/+20