aboutsummaryrefslogtreecommitdiff
path: root/gdb/dtrace-probe.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-2/+2
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-05-01Remove evaluate_typeTom Tromey1-1/+1
2023-05-01Remove evaluate_expressionTom Tromey1-1/+1
2023-02-13Turn value_type into methodTom Tromey1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-2/+2
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-1/+1
2022-01-31gdb: fix some clang-tidy readability-misleading-indentation warningsSimon Marchi1-1/+1
2022-01-27Fix GDB internal error by using text (instead of data) section offsetKevin Buettner1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-03-08Remove union exp_elementTom Tromey1-9/+1
2021-03-08Convert dtrace probes to use operationsTom Tromey1-7/+6
2021-03-08Add an expr::operation_up to struct expressionTom Tromey1-2/+7
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-15Add expected type parameter to evaluate_expressionTom Tromey1-3/+1
2020-12-15Introduce expression::first_opcodeTom Tromey1-1/+1
2020-12-14Do not manually dissect OP_TYPE operationsTom Tromey1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-5/+5
2020-05-20Use bfd_get_filename throughout gdbAlan Modra1-1/+1
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-1/+1
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi1-2/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-2/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-09-02Use gdbarch for probe::get_argument_countAlan Hayward1-2/+2
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-17PR gdb/24364: Don't call dtrace_process_dof with NULL dof.Paul Pluzhnikov1-4/+5
2019-05-08Convert probes to type-safe registry APITom Tromey1-6/+8
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-06Revert the header-sorting patchTom Tromey1-10/+8
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-8/+10
2019-04-04Make base class for parser_stateTom Tromey1-9/+8
2019-04-04Remove parser_state "initial_size" parameterTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-21Fix compile error with clang 3.8Dave Murphy1-1/+1
2018-07-03Remove ptid_equalTom Tromey1-2/+2
2018-05-23Remove symfile_complaintsTom Tromey1-4/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-30C++-ify parser_stateTom Tromey1-9/+2
2017-12-08Fix thinko on dtrace-probe.c:dtrace_process_dof_probeSergio Durigan Junior1-5/+4
2017-11-24Workaround build bug with GCC 6.2.1Philipp Rudo1-4/+4
2017-11-22Convert DTrace probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-276/+274