summaryrefslogtreecommitdiff
path: root/gdb/probe.c
Commit message (Expand)AuthorAgeFilesLines
* probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi2017-09-121-21/+8
* Make collect_probes return an std::vectorSimon Marchi2017-09-121-88/+59
* Make probe_ops::get_probes fill an std::vectorSimon Marchi2017-09-121-24/+14
* Make extract_arg return a std::stringTom Tromey2017-09-111-28/+22
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-3/+3
* Remove make_cleanup_ui_out_table_begin_endTom Tromey2017-09-091-84/+86
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Kill init_salPedro Alves2017-09-041-3/+0
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-20/+14
* Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves2017-06-071-10/+9
* Use ui_out_emit_tupleTom Tromey2017-04-221-4/+1
* Change linespec_result::location to be an event_location_upTom Tromey2017-04-121-1/+1
* Introduce event_location_upTom Tromey2017-04-121-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-36/+31
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-7/+7
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-5/+7
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-47/+73
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-3/+2
* Explicit locations: introduce probe locationsKeith Seitz2015-08-111-2/+3
* Explicit locations: use new location APIKeith Seitz2015-08-111-7/+12
* New commands `enable probe' and `disable probe'.Jose E. Marchesi2015-02-171-16/+137
* Move `compute_probe_arg' and `compile_probe_arg' to probe.cJose E. Marchesi2015-02-171-0/+111
* Adapt `info probes' to support printing probes of different types.Jose E. Marchesi2015-02-171-10/+66
* 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
* constify probe.c functionTom Tromey2014-06-181-4/+5
* Fix probe-related internal error on AIXSergio Durigan Junior2014-03-201-1/+2
* change probes to be program-space-independentTom Tromey2014-03-031-44/+70
* 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-6/+7
* remove some sym_probe_fns methodsTom Tromey2013-12-061-30/+3
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-6/+8
* Code cleanup: rename variableJan Kratochvil2013-09-241-7/+7
* 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2013-07-241-0/+17
* 2013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson2013-06-041-9/+36
* fix compile_rx_or_errorTom Tromey2013-05-301-3/+6
* PR c++/13588:Tom Tromey2013-04-151-24/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-07-181-3/+3
* 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-07-181-93/+68
* 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-081-3/+0
* 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-04-281-1/+1
* 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-04-271-0/+788