summaryrefslogtreecommitdiff
path: root/gdb/dtrace-probe.c
Commit message (Expand)AuthorAgeFilesLines
* Remove evaluate_typeTom Tromey2023-05-011-1/+1
* Remove evaluate_expressionTom Tromey2023-05-011-1/+1
* Turn value_type into methodTom Tromey2023-02-131-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-2/+2
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-1/+1
* gdb: fix some clang-tidy readability-misleading-indentation warningsSimon Marchi2022-01-311-1/+1
* Fix GDB internal error by using text (instead of data) section offsetKevin Buettner2022-01-271-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Remove union exp_elementTom Tromey2021-03-081-9/+1
* Convert dtrace probes to use operationsTom Tromey2021-03-081-7/+6
* Add an expr::operation_up to struct expressionTom Tromey2021-03-081-2/+7
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Add expected type parameter to evaluate_expressionTom Tromey2020-12-151-3/+1
* Introduce expression::first_opcodeTom Tromey2020-12-151-1/+1
* Do not manually dissect OP_TYPE operationsTom Tromey2020-12-141-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-5/+5
* 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