aboutsummaryrefslogtreecommitdiff
path: root/gdb/record-btrace.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-1/+1
2023-11-28[gdb] Fix segfault in for_each_block, part 1Tom de Vries1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-4/+4
2023-11-17gdb: remove get_current_regcacheSimon Marchi1-1/+1
2023-10-10gdb: remove target_gdbarchSimon Marchi1-1/+1
2023-06-05Use "unrelocated" terminology in linetable_entryTom Tromey1-1/+1
2023-05-30gdb: add interp::on_record_changed methodSimon Marchi1-1/+2
2023-04-17gdb: remove regcache::targetSimon Marchi1-1/+2
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-2/+2
2023-03-17Fix line table regressionTom Tromey1-2/+3
2023-03-11Change linetable_entry::is_stmt to boolTom Tromey1-1/+1
2023-03-11Constify linetablesTom Tromey1-2/+2
2023-03-11Change linetables to be objfile-independentTom Tromey1-1/+5
2023-02-27Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner1-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/+2
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-13/+13
2022-10-10Remove frame_id_eqTom Tromey1-4/+2
2022-07-22Change target_ops::async to accept boolTom Tromey1-3/+3
2022-05-17gdb, btrace: Throw an error for empty recordings when replaying starts.Felix Willgerodt1-1/+1
2022-04-20Replace symbol_symtab with symbol::symtabTom Tromey1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-31/+31
2022-02-06gdb: remove SYMTAB_LINETABLE macro, add getter/setterSimon Marchi1-1/+1
2022-01-27gdb, btrace: rename record_btrace_enable_warn()Markus Metzger1-3/+3
2022-01-18gdb: use ptid_t::to_string instead of target_pid_to_str in debug statementsSimon Marchi1-8/+8
2022-01-05Use filtered output in btrace-related commandsTom Tromey1-23/+23
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Consistently Use ui_file parameter to show callbacksTom Tromey1-1/+1
2021-12-23gdb: make use of SCOPE_EXIT to manage thread executing stateAndrew Burgess1-20/+4
2021-11-22gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi1-2/+2
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-29/+20
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-14/+12
2021-09-07gdb: make thread_info::executing privateAndrew Burgess1-1/+1
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi1-2/+1
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-0/+2
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-13/+17
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-8/+8
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-1/+2
2021-03-23gdb: remove push_target free functionsSimon Marchi1-1/+1
2021-03-23gdb: remove unpush_target free functionSimon Marchi1-1/+1
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess1-1/+1
2021-02-04gdb: make record-btrace clear event handler in waitSimon Marchi1-1/+3
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-11/+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-2/+2
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/+4