aboutsummaryrefslogtreecommitdiff
path: root/gdb/record-full.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-25gdb: move execute function declarations from gdbcmd.h to top.hSimon Marchi1-0/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-04-17gdb/record: minor clean, remove some unneeded argumentsAndrew Burgess1-6/+9
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-06gdb: remove core_bfd macroSimon Marchi1-18/+23
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-28[gdb] Fix segfault in for_each_block, part 1Tom de Vries1-3/+4
2023-11-17gdb: remove get_current_regcacheSimon Marchi1-10/+10
2023-11-17gdb: remove regcache's address spaceSimon Marchi1-3/+3
2023-10-19gdb: remove target_section_table typedefSimon Marchi1-1/+1
2023-10-10gdb: remove target_gdbarchSimon Marchi1-10/+9
2023-05-30gdb: add interp::on_record_changed methodSimon Marchi1-1/+2
2023-04-28gdb/record-full: disable range stepping when resuming threadsSimon Marchi1-0/+7
2023-02-27Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner1-1/+1
2023-01-04gdb: add 'maintenance print record-instruction' commandBruno Larsen1-0/+95
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-07-22Change target_ops::async to accept boolTom Tromey1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-143/+143
2022-02-22Don't enable async mode at the end of target ::resume methods.John Baldwin1-10/+0
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-23gdb: make use of SCOPE_EXIT to manage thread executing stateAndrew Burgess1-3/+5
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-7/+7
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-17/+19
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi1-2/+1
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-2/+2
2021-05-27gdb: remove iterate_over_bp_locations functionSimon Marchi1-16/+10
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-31/+38
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-3/+3
2021-04-22gdb: use function_view for iterate_over_bp_locations' callbackSimon Marchi1-1/+1
2021-03-26gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi1-4/+6
2021-03-23gdb: remove push_target free functionsSimon Marchi1-2/+2
2021-03-23gdb: remove unpush_target free functionSimon Marchi1-1/+1
2021-02-04gdb: make record-full clear async handler in waitSimon Marchi1-1/+2
2021-02-04gdb: make async event handlers clear themselvesSimon Marchi1-0/+1
2021-01-13gdb: remove target_ops::commit_resume implementation in record-{btrace, full}.cSimon Marchi1-10/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-97/+97
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-1/+1
2020-10-12build_section_table cannot failTom Tromey1-7/+1
2020-10-12Use a std::vector in target_section_tableTom Tromey1-19/+14
2020-10-02gdb: give names to async event/signal handlersSimon Marchi1-1/+1
2020-09-28Remove target_has_execution macroTom Tromey1-1/+1
2020-09-18Make target_wait options use enum flagsTom Tromey1-3/+3
2020-07-02gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi1-1/+1
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-25/+6
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-04-13Introduce async-event.[ch]Tom Tromey1-0/+1
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi1-2/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2