summaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-11-17gdb: pass address_space to target dcache functionsSimon Marchi
2023-11-17gdb: remove get_current_regcacheSimon Marchi
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-09-19Use gdb::checked_static_cast for tracepointsTom Tromey
2023-06-20Use std::vector<bool> for agent_expr::reg_maskTom Tromey
2023-06-20Use gdb::byte_vector in agent_exprTom Tromey
2023-06-20Remove mem2hexTom Tromey
2023-05-30gdb: add interp::on_breakpoint_modified methodSimon Marchi
2023-05-30gdb: add interp::on_tsv_modified methodSimon Marchi
2023-05-30gdb: add interp::on_tsv_deleted methodSimon Marchi
2023-05-30gdb: add interp::on_tsv_created methodSimon Marchi
2023-05-30gdb: add interp::on_traceframe_changed methodSimon Marchi
2023-05-25gdb: remove breakpoint_pointer_iteratorSimon Marchi
2023-05-25gdb: remove bp_location_pointer_iteratorSimon Marchi
2023-05-25gdb: use intrusive_list for breakpoint locationsSimon Marchi
2023-05-25gdb: add breakpoint::first_loc methodsSimon Marchi
2023-05-25gdb: add breakpoint "has locations" methodsSimon Marchi
2023-05-23Introduce and use parser flagsTom Tromey
2023-05-01Remove evaluate_expressionTom Tromey
2023-02-19Remove ALL_BLOCK_SYMBOLSTom Tromey
2023-02-13Turn some value_contents functions into methodsTom Tromey
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey
2023-01-19GDB: Add a character string limiting optionAndrew Burgess
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-10-10Change GDB to use frame_info_ptrTom Tromey
2022-10-10Remove frame_id_eqTom Tromey
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi
2022-09-12Use checked_static_cast in more placesTom Tromey
2022-06-17event_location -> location_specPedro Alves
2022-04-27gdb: remove BLOCK_ENTRY_PC macroSimon Marchi
2022-04-27gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi
2022-04-27gdb: remove BLOCK_FUNCTION macroSimon Marchi
2022-04-20Replace symbol_arch with symbol::archTom Tromey
2022-04-11gdb: remove symbol value macrosSimon Marchi
2022-03-29Remove two unused hooksTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-15Do not capture updated 'pc' in add_local_symbolsTom Tromey
2022-03-06Use function view when iterating over block symbolsTom Tromey
2022-03-06gdb: remove internalvar_funcs::destroySimon Marchi
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi
2022-02-06gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi
2022-01-31gdb: fix some clang-tidy readability-misleading-indentation warningsSimon Marchi
2022-01-26Always call the wrap_here methodTom Tromey
2022-01-26Convert wrap_here to use integer parameterTom Tromey
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey