summaryrefslogtreecommitdiff
path: root/gdb/inferior.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-24Create private_inferior class hierarchySimon Marchi
2017-11-07Constify add_infoTom Tromey
2017-11-07Constify add_comTom Tromey
2017-09-27Constify some commands in inferior.cTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-08-03Introduce and use ui_out_emit_tableTom Tromey
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-04-22Use ui_out_emit_tupleTom Tromey
2017-04-19Fix removing inferiors from within "thread apply" commandsPedro Alves
2017-04-13Make inferior a class with cdtors, and use new/deletePedro Alves
2017-04-13GC inferior.c:init_inferior_listPedro Alves
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-12-09Avoid PATH_MAX usageThomas Schwinge
2016-12-06Remove unnecessary inferior lookup in inferior_commandSimon Marchi
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi
2016-10-26PR 20569, segv in follow_execSandra Loosemore
2016-10-26gdb: Free inferior->priv when inferior exitsPedro Alves
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay
2016-08-17Fix remove-inferior error messageSimon Marchi
2016-08-17Remove stale commentSimon Marchi
2016-01-13Centralize thread ID printingPedro Alves
2016-01-13Add a new $_inferior convenience variablePedro Alves
2016-01-12Reapply: List inferiors/threads/pspaces in ascending orderPedro Alves
2016-01-11testsuite: Fix false FAILs on too long base directoryJan Kratochvil
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-14Target remote mode fork and exec event supportDon Breazeal
2015-11-24List inferiors/threads/pspaces in ascending orderPedro Alves
2015-09-25Add some more casts (1/2)Simon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-15Fix invoking "[kill|detach] inferiors" on inferiors that are not runningPatrick Palka
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi
2015-07-08Revert "Delete program spaces directly when removing inferiors"Simon Marchi
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi
2015-06-02Fix =thread-exited not showing up when detaching (PR 15564)Simon Marchi
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi
2014-10-02Reduce Hg packet (select remote general thread) bouncingPedro Alves
2014-10-01Exit code of exited inferiors in -list-thread-groupsSimon Marchi
2014-05-17 * inferior.c (prune_inferiors): Fix comment.Doug Evans
2014-01-07Remove duplicated #include's from GDBHonggyu Kim
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves
2013-08-28PR gdb/15415Jan Kratochvil