aboutsummaryrefslogtreecommitdiff
path: root/gdb/record-btrace.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-14Rewrite enum_flags, add unit tests, fix problemsPedro Alves1-5/+5
2020-08-06gdb: move regcache::regcaches to regcache.cSimon Marchi1-0/+1
2020-07-02gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi1-1/+1
2020-04-21gdb, btrace: make record-btrace per-inferiorMarkus Metzger1-5/+10
2020-04-21gdb, btrace: forward fetch_registers for unknown threadsMarkus Metzger1-3/+8
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-80/+27
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-04-13Introduce async-event.[ch]Tom Tromey1-0/+1
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess1-1/+10
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi1-1/+1
2020-01-16Fix some spelling errors.Christian Biesinger1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-16/+25
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-2/+2
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-2/+2
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-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-10-01Remove the ui_out_style_kind enumTom Tromey1-4/+5