summaryrefslogtreecommitdiff
path: root/gdb/record-full.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/record-full: disable range stepping when resuming threadsSimon Marchi2023-04-281-0/+7
* Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner2023-02-271-1/+1
* gdb: add 'maintenance print record-instruction' commandBruno Larsen2023-01-041-0/+95
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change target_ops::async to accept boolTom Tromey2022-07-221-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-143/+143
* Don't enable async mode at the end of target ::resume methods.John Baldwin2022-02-221-10/+0
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make use of SCOPE_EXIT to manage thread executing stateAndrew Burgess2021-12-231-3/+5
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-7/+7
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-17/+19
* gdb: make thread_info::suspend private, add getters / settersSimon Marchi2021-07-121-2/+1
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-2/+2
* gdb: remove iterate_over_bp_locations functionSimon Marchi2021-05-271-16/+10
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-31/+38
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-3/+3
* gdb: use function_view for iterate_over_bp_locations' callbackSimon Marchi2021-04-221-1/+1
* gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi2021-03-261-4/+6
* gdb: remove push_target free functionsSimon Marchi2021-03-231-2/+2
* gdb: remove unpush_target free functionSimon Marchi2021-03-231-1/+1
* gdb: make record-full clear async handler in waitSimon Marchi2021-02-041-1/+2
* 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-10/+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-97/+97
* Change target_section_table to std::vector aliasTom Tromey2020-10-121-1/+1
* build_section_table cannot failTom Tromey2020-10-121-7/+1
* Use a std::vector in target_section_tableTom Tromey2020-10-121-19/+14
* 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/+3
* gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi2020-07-021-1/+1
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-25/+6
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* Introduce async-event.[ch]Tom Tromey2020-04-131-0/+1
* Change ints to bools around thread_info executing/resumedSimon Marchi2020-02-031-2/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-2/+9
* Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves2020-01-101-2/+2
* Don't rely on inferior_ptid in record_full_waitPedro Alves2020-01-101-1/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-6/+5
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-3/+3
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-2/+2
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-3/+3
* Rename gdb exception typesTom Tromey2019-04-081-4/+4
* Rewrite TRY/CATCHTom Tromey2019-04-081-12/+8