summaryrefslogtreecommitdiff
path: root/gdb/record-btrace.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove regcache::targetSimon Marchi2023-04-171-1/+2
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-2/+2
* Fix line table regressionTom Tromey2023-03-171-2/+3
* Change linetable_entry::is_stmt to boolTom Tromey2023-03-111-1/+1
* Constify linetablesTom Tromey2023-03-111-2/+2
* Change linetables to be objfile-independentTom Tromey2023-03-111-1/+5
* Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner2023-02-271-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+2
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-13/+13
* Remove frame_id_eqTom Tromey2022-10-101-4/+2
* Change target_ops::async to accept boolTom Tromey2022-07-221-3/+3
* gdb, btrace: Throw an error for empty recordings when replaying starts.Felix Willgerodt2022-05-171-1/+1
* Replace symbol_symtab with symbol::symtabTom Tromey2022-04-201-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-31/+31
* gdb: remove SYMTAB_LINETABLE macro, add getter/setterSimon Marchi2022-02-061-1/+1
* gdb, btrace: rename record_btrace_enable_warn()Markus Metzger2022-01-271-3/+3
* gdb: use ptid_t::to_string instead of target_pid_to_str in debug statementsSimon Marchi2022-01-181-8/+8
* Use filtered output in btrace-related commandsTom Tromey2022-01-051-23/+23
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Consistently Use ui_file parameter to show callbacksTom Tromey2021-12-291-1/+1
* gdb: make use of SCOPE_EXIT to manage thread executing stateAndrew Burgess2021-12-231-20/+4
* gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi2021-11-221-2/+2
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-29/+20
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-14/+12
* gdb: make thread_info::executing privateAndrew Burgess2021-09-071-1/+1
* gdb: make thread_info::suspend private, add getters / settersSimon Marchi2021-07-121-2/+1
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+2
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-13/+17
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-8/+8
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-1/+2
* gdb: remove push_target free functionsSimon Marchi2021-03-231-1/+1
* gdb: remove unpush_target free functionSimon Marchi2021-03-231-1/+1
* gdb: spread a little 'const' through the target_section_table codeAndrew Burgess2021-02-241-1/+1
* gdb: make record-btrace clear event handler in waitSimon Marchi2021-02-041-1/+3
* gdb: make async event handlers clear themselvesSimon Marchi2021-02-041-0/+1
* gdb: remove target_ops::commit_resume implementation in record-{btrace, full}.cSimon Marchi2021-01-131-11/+0
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-2/+2
* gdb: give names to async event/signal handlersSimon Marchi2020-10-021-1/+1
* Remove target_has_execution macroTom Tromey2020-09-281-1/+1
* Make target_wait options use enum flagsTom Tromey2020-09-181-3/+4
* Rewrite enum_flags, add unit tests, fix problemsPedro Alves2020-09-141-5/+5
* gdb: move regcache::regcaches to regcache.cSimon Marchi2020-08-061-0/+1
* gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi2020-07-021-1/+1
* gdb, btrace: make record-btrace per-inferiorMarkus Metzger2020-04-211-5/+10
* gdb, btrace: forward fetch_registers for unknown threadsMarkus Metzger2020-04-211-3/+8
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-80/+27
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* Introduce async-event.[ch]Tom Tromey2020-04-131-0/+1