aboutsummaryrefslogtreecommitdiff
path: root/gdb/record-full.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-10Multi-target supportPedro Alves1-2/+9
2020-01-10Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves1-2/+2
2020-01-10Don't rely on inferior_ptid in record_full_waitPedro Alves1-1/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
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-09-19bfd_section_* macrosAlan Modra1-6/+5
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-3/+3
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-2/+2
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-3/+3
2019-04-08Rename gdb exception typesTom Tromey1-4/+4
2019-04-08Rewrite TRY/CATCHTom Tromey1-12/+8
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves1-1/+1
2019-01-01Fix leak in record-full.cPhilippe Waroquiers1-8/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves1-3/+2