aboutsummaryrefslogtreecommitdiff
path: root/gdb/probe.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Workaround build bug with GCC 6.2.1Philipp Rudo1-2/+2
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-254/+182
2017-10-27Get rid of VEC(probe_p)Simon Marchi1-4/+4
2017-10-16Remove some cleanups from probe.cTom Tromey1-20/+4
2017-10-16Work around GCC 6.3.1 bugPedro Alves1-18/+18
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-09-27Constify some commands in probes.cTom Tromey1-2/+2
2017-09-12probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi1-21/+8
2017-09-12Make collect_probes return an std::vectorSimon Marchi1-88/+59
2017-09-12Make probe_ops::get_probes fill an std::vectorSimon Marchi1-24/+14
2017-09-11Make extract_arg return a std::stringTom Tromey1-28/+22
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-3/+3
2017-09-09Remove make_cleanup_ui_out_table_begin_endTom Tromey1-84/+86
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04Kill init_salPedro Alves1-3/+0
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-20/+14
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-10/+9
2017-04-22Use ui_out_emit_tupleTom Tromey1-4/+1
2017-04-12Change linespec_result::location to be an event_location_upTom Tromey1-1/+1
2017-04-12Introduce event_location_upTom Tromey1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-36/+31
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-7/+7
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-5/+7
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-47/+73
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-3/+2
2015-08-11Explicit locations: introduce probe locationsKeith Seitz1-2/+3
2015-08-11Explicit locations: use new location APIKeith Seitz1-7/+12
2015-02-17New commands `enable probe' and `disable probe'.Jose E. Marchesi1-16/+137
2015-02-17Move `compute_probe_arg' and `compile_probe_arg' to probe.cJose E. Marchesi1-0/+111
2015-02-17Adapt `info probes' to support printing probes of different types.Jose E. Marchesi1-10/+66
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-06-18constify probe.c functionTom Tromey1-4/+5
2014-03-20Fix probe-related internal error on AIXSergio Durigan Junior1-1/+2
2014-03-03change probes to be program-space-independentTom Tromey1-44/+70
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-10Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)Sergio Durigan Junior1-6/+7
2013-12-06remove some sym_probe_fns methodsTom Tromey1-30/+3
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-6/+8
2013-09-24Code cleanup: rename variableJan Kratochvil1-7/+7
2013-07-242013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-0/+17
2013-06-042013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson1-9/+36
2013-05-30fix compile_rx_or_errorTom Tromey1-3/+6
2013-04-15 PR c++/13588:Tom Tromey1-24/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-07-182012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-3/+3
2012-07-182012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-93/+68