aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-23gdb: move a bunch of quit-related things to event-top.{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-1/+1
2024-02-04Use reference result of emplace_backTom Tromey1-2/+1
2024-01-19gdb: remove SYMBOL_*_OPS macrosSimon Marchi1-9/+7
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-11-17gdb: pass address_space to target dcache functionsSimon Marchi1-1/+1
2023-11-17gdb: remove get_current_regcacheSimon Marchi1-2/+2
2023-10-10gdb: remove target_gdbarchSimon Marchi1-16/+15
2023-09-19Use gdb::checked_static_cast for tracepointsTom Tromey1-11/+14
2023-06-20Use std::vector<bool> for agent_expr::reg_maskTom Tromey1-11/+5
2023-06-20Use gdb::byte_vector in agent_exprTom Tromey1-6/+7
2023-06-20Remove mem2hexTom Tromey1-28/+2
2023-05-30gdb: add interp::on_breakpoint_modified methodSimon Marchi1-2/+2
2023-05-30gdb: add interp::on_tsv_modified methodSimon Marchi1-1/+1
2023-05-30gdb: add interp::on_tsv_deleted methodSimon Marchi1-2/+2
2023-05-30gdb: add interp::on_tsv_created methodSimon Marchi1-2/+2
2023-05-30gdb: add interp::on_traceframe_changed methodSimon Marchi1-1/+2
2023-05-25gdb: remove breakpoint_pointer_iteratorSimon Marchi1-28/+28
2023-05-25gdb: remove bp_location_pointer_iteratorSimon Marchi1-32/+28
2023-05-25gdb: use intrusive_list for breakpoint locationsSimon Marchi1-3/+1
2023-05-25gdb: add breakpoint::first_loc methodsSimon Marchi1-1/+1
2023-05-25gdb: add breakpoint "has locations" methodsSimon Marchi1-1/+1
2023-05-23Introduce and use parser flagsTom Tromey1-4/+6
2023-05-01Remove evaluate_expressionTom Tromey1-1/+1
2023-02-19Remove ALL_BLOCK_SYMBOLSTom Tromey1-3/+1
2023-02-13Turn some value_contents functions into methodsTom Tromey1-1/+1
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-2/+2
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey1-1/+1
2023-01-19GDB: Add a character string limiting optionAndrew Burgess1-2/+2
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-5/+3
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-10-10Remove frame_id_eqTom Tromey1-2/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-4/+4
2022-09-12Use checked_static_cast in more placesTom Tromey1-4/+4
2022-06-17event_location -> location_specPedro Alves1-3/+3
2022-04-27gdb: remove BLOCK_ENTRY_PC macroSimon Marchi1-2/+2
2022-04-27gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi1-1/+1
2022-04-27gdb: remove BLOCK_FUNCTION macroSimon Marchi1-1/+1
2022-04-20Replace symbol_arch with symbol::archTom Tromey1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-20/+17
2022-03-29Remove two unused hooksTom Tromey1-5/+0
2022-03-29Unify gdb printf functionsTom Tromey1-177/+177
2022-03-15Do not capture updated 'pc' in add_local_symbolsTom Tromey1-2/+2
2022-03-06Use function view when iterating over block symbolsTom Tromey1-42/+13
2022-03-06gdb: remove internalvar_funcs::destroySimon Marchi1-1/+0
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-7/+7