summaryrefslogtreecommitdiff
path: root/gdb/record-full.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-1/+1
* Fix leak in record-full.cPhilippe Waroquiers2019-01-011-8/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-3/+2
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-3/+1
* gdb: Eliminate the 'stop_pc' globalPedro Alves2018-06-281-1/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-0/+1
* Remove struct keyword in range-based for-loopSimon Marchi2018-06-201-1/+1
* Remove cleanups from record-full.cTom Tromey2018-06-101-269/+282
* Remove a VEC from record-full.cTom Tromey2018-06-101-44/+34
* target_ops::beneath -> target_ops::beneath()Pedro Alves2018-06-071-22/+22
* Remove regcache_cooked_writeSimon Marchi2018-05-301-2/+1
* Remove regcache_invalidateSimon Marchi2018-05-301-2/+2
* Remove regcache_cooked_readSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_readSimon Marchi2018-05-301-1/+1
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-21/+31
* target_ops: Use bool throughoutPedro Alves2018-05-031-25/+25