summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove uses of iterate_over_inferiors in top.cSimon Marchi2020-01-172-32/+28
* gdb: remove uses of iterate_over_inferiors in mi/mi-main.cSimon Marchi2020-01-172-46/+40
* gdb: remove use of iterate_over_inferiors in mi/mi-interp.cSimon Marchi2020-01-172-28/+26
* gdb: remove use of iterate_over_inferiors in py-inferior.cSimon Marchi2020-01-172-14/+15
* Fix some spelling errors.Christian Biesinger2020-01-168-7/+20
* Add type for $_tlb->process_environment_block->process_parametersHannes Domani2020-01-162-1/+65
* Ensure proc-service symbols have default visibility (PR build/24805)Pedro Alves2020-01-161-0/+11
* [gdb] Move ChangeLog entries to their right filesPedro Alves2020-01-1629-314/+453
* Support for DWARF5 location lists entriesNitika Achra2020-01-162-0/+44
* Use get_thread_regcache instead of get_current_regcache in post_create_inferiorSimon Marchi2020-01-152-1/+7
* Fix valgrind error from gdb.decode_lineTom Tromey2020-01-144-0/+25
* Don't link gdb twice against libibertyTom Tromey2020-01-142-1/+5
* Remove use of <config.h> from gdb/nat/Tom Tromey2020-01-144-24/+6
* Move many configure checks to common.m4Tom Tromey2020-01-148-1974/+3232
* 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