summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Move gdbsupport to the top levelTom Tromey2020-01-14130-15301/+135
* Consolidate definition of USE_WIN32APITom Tromey2020-01-147-37/+55
* Fix indentation in common.m4Tom Tromey2020-01-145-16/+25
* Make skip without argument skip the current inline functionBernd Edlinger2020-01-144-10/+30
* Fix/Update misc commentsLuis Machado2020-01-145-15/+24
* gdb: Handle malformed ELF, symbols in non-allocatable sectionsAndrew Burgess2020-01-136-4/+253
* gdb/testsuite: Allow DWARF assembler to create multiple line tablesAndrew Burgess2020-01-132-0/+7
* Dwarf 5: Handle debug_str_offsets and indexed attributes that have base offsets.Ali Tamur2020-01-135-92/+282
* gdb: use gdb::byte_vector instead of std::vector<char> in core_target::get_co...Simon Marchi2020-01-135-4/+13
* gdb/tui: Place window titles in the center of the borderAndrew Burgess2020-01-134-5/+26
* gdb: use std::vector instead of alloca in core_target::get_core_register_sectionSimon Marchi2020-01-132-6/+10
* gdbserver: remove rule for files from regformats/i386Simon Marchi2020-01-132-3/+5
* Enable -Wmissing-declarations diagnosticSimon Marchi2020-01-135-3/+15
* gdbserver: set IP_AGENT_EXPORT_FUNC to static when not building IPA, add decl...Simon Marchi2020-01-133-1/+29
* gdbserver: make some functions static in linux-x86-low.cSimon Marchi2020-01-132-13/+22
* gdbserver: include gdbsupport/common-inferior.h in inferiors.cSimon Marchi2020-01-132-0/+5
* gdbserver: include hostio.h in hostio-errno.cSimon Marchi2020-01-132-0/+7
* gdb: add declaration to Python init functionSimon Marchi2020-01-132-0/+5
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-13400-354/+1167
* gdb: make regformats output a declaration for the init functionSimon Marchi2020-01-132-0/+8
* gdbserver: fix Makefile dependency of regformat-generated files on regdat.shSimon Marchi2020-01-132-4/+9
* gdb: adjust remote-sim.c to multi-targetSimon Marchi2020-01-132-78/+91
* gdb: include gdb_wait.h in gdb_wait.cSimon Marchi2020-01-122-0/+6
* gdbserver: include linux-arm-tdesc.h in linux-arm-tdesc.cSimon Marchi2020-01-123-0/+10
* gdbserver: make aarch64_write_goto_address staticSimon Marchi2020-01-122-1/+5
* gdbserver: include aarch32/aarch64 header file in corresponding source fileSimon Marchi2020-01-123-0/+11
* Remove last traces of discard_all_inferiorsPedro Alves2020-01-123-8/+8
* Make TUI borders respect "set style enabled"Tom Tromey2020-01-113-4/+15
* Switch the inferior before outputting its id in "info inferiors"Tankut Baris Aktemur2020-01-104-28/+107
* Switch the inferior too in switch_to_program_space_and_threadPedro Alves2020-01-106-5/+117
* Multi-target: NEWS and user manualPedro Alves2020-01-106-44/+148
* Require always-non-stop for multi-target resumptionsPedro Alves2020-01-104-5/+77
* Add "info connections" command, "info inferiors" connection number/stringPedro Alves2020-01-1024-28/+375
* Revert 'Remove unused struct serial::name field'Pedro Alves2020-01-103-0/+13
* gdbarch-selftests.c: No longer error out if debugging somethingPedro Alves2020-01-102-5/+5
* Add multi-target testsPedro Alves2020-01-104-0/+472
* Multi-target supportPedro Alves2020-01-1079-866/+2263
* Fix reconnecting to a gdbserver already debugging multiple processes, IIPedro Alves2020-01-102-3/+15
* Fix reconnecting to a gdbserver already debugging multiple processes, IPedro Alves2020-01-104-1/+34
* Avoid another inferior_ptid reference in gdb/remote.cTankut Baris Aktemur2020-01-104-6/+34
* Tweak handling of remote errors in response to resumption packetPedro Alves2020-01-102-1/+18
* Use all_non_exited_inferiors in infrun.cPedro Alves2020-01-102-4/+5
* tfile_target::close: trace_fd can't be -1Pedro Alves2020-01-102-2/+6
* Some get_last_target_status tweaksPedro Alves2020-01-108-29/+51
* switch inferior/thread before calling target methodsPedro Alves2020-01-103-22/+86
* Introduce switch_to_inferior_no_threadPedro Alves2020-01-104-13/+27
* Delete unnecessary code from kill_commandPedro Alves2020-01-102-14/+4
* Don't check target is running in remote_target::mourn_inferiorPedro Alves2020-01-102-20/+5
* Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves2020-01-1011-20/+52
* exceptions.c:print_flush: Remove obsolete checkPedro Alves2020-01-102-5/+5