summaryrefslogtreecommitdiff
path: root/gdb/dtrace-probe.c
Commit message (Expand)AuthorAgeFilesLines
* Use bfd_get_filename throughout gdbAlan Modra2020-05-201-1/+1
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi2020-01-231-2/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Use gdbarch for probe::get_argument_countAlan Hayward2019-09-021-2/+2
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* PR gdb/24364: Don't call dtrace_process_dof with NULL dof.Paul Pluzhnikov2019-06-171-4/+5
* Convert probes to type-safe registry APITom Tromey2019-05-081-6/+8
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Revert the header-sorting patchTom Tromey2019-04-061-10/+8
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-8/+10
* Make base class for parser_stateTom Tromey2019-04-041-9/+8
* Remove parser_state "initial_size" parameterTom Tromey2019-04-041-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix compile error with clang 3.8Dave Murphy2018-12-211-1/+1
* Remove ptid_equalTom Tromey2018-07-031-2/+2
* Remove symfile_complaintsTom Tromey2018-05-231-4/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* C++-ify parser_stateTom Tromey2017-12-301-9/+2
* Fix thinko on dtrace-probe.c:dtrace_process_dof_probeSergio Durigan Junior2017-12-081-5/+4
* Workaround build bug with GCC 6.2.1Philipp Rudo2017-11-241-4/+4
* Convert DTrace probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-276/+274
* Constify info_probes_dtrace_commandTom Tromey2017-09-271-1/+1
* probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi2017-09-121-1/+1
* Make probe_ops::get_probes fill an std::vectorSimon Marchi2017-09-121-4/+5
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* dtrace-probe: Put semicolon after while on its own lineSimon Marchi2017-06-251-1/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin2016-11-241-2/+1
* gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves2016-11-151-1/+1
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-3/+3
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* ignore invalid DOF provider sectionsJoel Brobecker2015-08-071-0/+8
* Initialize EXPR in dtrace-probe::dtrace_process_dof_probeJoel Brobecker2015-03-271-1/+1
* dtrace-probe: Handle error while parsing probe argument.Joel Brobecker2015-03-261-2/+12
* More redefinition errors in C++ modePedro Alves2015-02-271-2/+2
* 2015-02-19 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2015-02-191-3/+7
* New probe type: DTrace USDT probes.Jose E. Marchesi2015-02-171-0/+907