summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Switch the inferior before outputting its id in "info inferiors"users/palves/multi-target-v2Tankut Baris Aktemur2020-01-102-28/+96
* Switch the inferior too in switch_to_program_space_and_threadPedro Alves2020-01-104-5/+101
* Multi-target: NEWS and user manualPedro Alves2020-01-104-44/+132
* Require always-non-stop for multi-target resumptionsPedro Alves2020-01-103-5/+68
* Add "info connections" command, "info inferiors" connection number/stringPedro Alves2020-01-1022-28/+335
* Revert 'Remove unused struct serial::name field'Pedro Alves2020-01-102-0/+5
* gdbarch-selftests.c: No longer error out if debugging somethingPedro Alves2020-01-101-5/+0
* Add multi-target testsPedro Alves2020-01-063-0/+465
* Multi-target supportPedro Alves2020-01-0677-866/+1822
* Fix reconnecting to a gdbserver already debugging multiple processes, IIPedro Alves2020-01-061-3/+9
* Fix reconnecting to a gdbserver already debugging multiple processes, IPedro Alves2020-01-062-1/+23
* Avoid another inferior_ptid reference in gdb/remote.cTankut Baris Aktemur2020-01-062-6/+19
* Tweak handling of remote errors in response to resumption packetPedro Alves2020-01-061-1/+12
* Use all_non_exited_inferiors in infrun.cPedro Alves2020-01-061-4/+1
* tfile_target::close: trace_fd can't be -1Pedro Alves2020-01-061-2/+1
* Some get_last_target_status tweaksPedro Alves2020-01-067-29/+27
* switch inferior/thread before calling target methodsPedro Alves2020-01-062-22/+66
* Introduce switch_to_inferior_no_threadPedro Alves2020-01-063-13/+18
* Delete unnecessary code from kill_commandPedro Alves2020-01-061-14/+0
* Don't check target is running in remote_target::mourn_inferiorPedro Alves2020-01-061-20/+0
* Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves2020-01-0610-20/+24
* exceptions.c:print_flush: Remove obsolete checkPedro Alves2020-01-061-5/+1
* Make "show remote exec-file" inferior-awarePedro Alves2020-01-062-1/+47
* Don't rely on inferior_ptid in record_full_waitPedro Alves2020-01-062-1/+13
* Preserve selected thread in all-stop w/ background executionPedro Alves2020-01-069-23/+337
* GDB: Remove trailing spaces in tui-disasm.cShahab Vahedi2020-01-062-3/+7
* Improve process exit status macros on MinGWEli Zaretskii2020-01-0610-10/+322
* gdb: use tui_set_layout not show_layout to fix window focusAndrew Burgess2020-01-054-6/+18
* [AArch64] Fix erroneous use of spu architecture bfdLuis Machado2020-01-052-1/+7
* Ensure GDB warnings are styled.Philippe Waroquiers2020-01-036-9/+35
* solib_target_free_so memory leakHannes Domani2020-01-032-5/+11
* windows_clear_solib memory leakHannes Domani2020-01-032-1/+12
* Add myself to gdb/MAINTAINERSBernd Edlinger2020-01-032-0/+5
* Remove stale references to Cell BELuis Machado2020-01-023-9/+11
* Fix install-strip for cross-compilationHannes Domani2020-01-014-4/+12
* Add myself to gdb/MAINTAINERSHannes Domani2020-01-012-0/+5
* Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.texJoel Brobecker2020-01-015-5/+13
* Update copyright year range in all GDB files.Joel Brobecker2020-01-015290-5289/+5293
* gdb/copyright.py: Convert to Python 3Joel Brobecker2020-01-012-16/+24
* gdb/copyright.py: Adapt after move of gnulib from gdb to toplevelJoel Brobecker2020-01-012-7/+13
* gdb/copyright.py: Exit if run from the wrong directoryJoel Brobecker2020-01-012-0/+7
* update copyright year in version output of gdb, gdbserver and gdbreplayJoel Brobecker2020-01-015-3/+12
* Rotate gdb/ChangeLog (start of New Year procedure)Joel Brobecker2020-01-013-17386/+17400
* Make some TUI globals "static"Tom Tromey2019-12-302-10/+20
* Use "bool" in more spots in TUITom Tromey2019-12-307-23/+33
* Fix setting breakpoints or stepping on line 65535Bernd Edlinger2019-12-295-6/+57
* [PATCH] Adjust test gdb.ada/ptype_tagged_param.exp for when GNAT runtime does...Simon Marchi2019-12-274-4/+71
* Remove dead code from TUITom Tromey2019-12-273-58/+6
* Reorder an "if" in print_disassemblyTom Tromey2019-12-272-7/+7
* Change tui_active to boolTom Tromey2019-12-273-7/+16