summaryrefslogtreecommitdiff
path: root/gdb/break-catch-throw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explicit locations: introduce explicit locationsKeith Seitz2015-08-111-2/+5
* Explicit locations: introduce probe locationsKeith Seitz2015-08-111-3/+2
* Explicit locations: use new location APIKeith Seitz2015-08-111-3/+10
* Explicit locations: rename "address string"/"addr_string" to "location"Keith Seitz2015-08-111-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-10/+12
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-9/+14
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-7/+7
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Fix probe-related internal error on AIXSergio Durigan Junior2014-03-201-17/+20
* change probes to be program-space-independentTom Tromey2014-03-031-9/+9
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)Sergio Durigan Junior2013-12-101-3/+3
* remove some sym_probe_fns methodsTom Tromey2013-12-061-8/+3
* PR c++/13588:Tom Tromey2013-04-151-29/+194
* PR c++/15176:Tom Tromey2013-04-151-0/+59
* * break-catch-throw.c (struct exception_names): New.Tom Tromey2013-04-151-14/+44
* PR c++/10119:Tom Tromey2013-04-151-36/+71
* * Makefile.in (SFILES): Add break-catch-throw.cTom Tromey2013-04-151-0/+308