summaryrefslogtreecommitdiff
path: root/gdb/inferior.h
Commit message (Expand)AuthorAgeFilesLines
* Fix GDB crash when registers cannot be modified.Philippe Waroquiers2019-04-191-1/+12
* Update two cleanup commentsTom Tromey2019-03-061-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit typeTom Tromey2019-01-231-1/+3
* Place displaced step data directly in inferior structureSimon Marchi2019-01-021-0/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-18/+73
* Make save_infcall_*_state return unique pointersTom Tromey2018-09-171-3/+4
* Remove two infrun cleanupsTom Tromey2018-09-171-4/+27
* Use new and delete for struct infcall_control_stateTom Tromey2018-09-171-1/+11
* Change get_inferior_args to return const char *Tom Tromey2018-09-151-1/+1
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* gdb: Eliminate the 'stop_pc' globalPedro Alves2018-06-281-4/+0
* gdb: For macOS, s/thread_info/struct thread_info/Pedro Alves2018-06-251-1/+1
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-21/+4
* Enable 'set print inferior-events' and improve detach/fork/kill/exit messagesSergio Durigan Junior2018-04-241-0/+4
* Class readonly_detached_regcacheYao Qi2018-02-211-1/+1
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-0/+10
* Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi2018-01-191-0/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Create private_inferior class hierarchySimon Marchi2017-11-241-2/+7
* Constify add_infoTom Tromey2017-11-071-1/+1
* Constify add_comTom Tromey2017-11-071-2/+2
* Constify add_prefix_cmdTom Tromey2017-10-111-1/+1
* Implement "set cwd" command on GDBSergio Durigan Junior2017-10-041-0/+4
* Use DISABLE_COPY_AND_ASSIGNYao Qi2017-09-191-5/+1
* Rename some command functionsSimon Marchi2017-08-221-1/+1
* Remove save_inferior_ptidTom Tromey2017-08-181-5/+0
* C++ify gdb/common/environ.cSergio Durigan Junior2017-06-201-2/+4
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-071-28/+6
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-1/+22
* Fix removing inferiors from within "thread apply" commandsPedro Alves2017-04-191-9/+26
* Make inferior::detaching a bool, and introduce scoped_restore::release()Pedro Alves2017-04-191-1/+1
* Make inferior a class with cdtors, and use new/deletePedro Alves2017-04-131-31/+36
* GC inferior.c:init_inferior_listPedro Alves2017-04-131-3/+0
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-1/+1
* PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior2017-02-201-0/+14
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-3/+4
* gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves2016-10-261-0/+6
* Emit inferior, thread and frame selection events to all UIsAntoine Tremblay2016-10-031-0/+3
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-0/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Target remote mode fork and exec event supportDon Breazeal2015-12-141-0/+3
* Remote all-stop-on-top-of-non-stopPedro Alves2015-11-301-0/+12
* Garbage collect dummy_frame_ctx_saverPedro Alves2015-09-091-4/+2
* Delete program spaces directly when removing inferiorsSimon Marchi2015-07-081-8/+1
* Revert "Delete program spaces directly when removing inferiors"Simon Marchi2015-07-081-1/+8
* Delete program spaces directly when removing inferiorsSimon Marchi2015-07-081-8/+1
* inferior.h (struct inferior_suspend_state): Delete, unused.Doug Evans2015-06-231-16/+0