summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* gdb: add declaration for _initialize_gdbarch in gdbarch.shSimon Marchi2020-01-212-1/+6
* gdb: remove uses of iterate_over_inferiors in remote-sim.cSimon Marchi2020-01-212-50/+38
* gdb: fix indentation in infrun.cSimon Marchi2020-01-212-37/+41
* Allow use of Pygments to colorize source codeTom Tromey2020-01-218-4/+150
* Convert an int flag variable to boolLuis Machado2020-01-212-4/+12
* Add more debugging output to aarch64_displaced_step_fixupLuis Machado2020-01-212-2/+30
* Fix step-over-syscall.exp failureLuis Machado2020-01-212-4/+20
* sim: don't rely on inferior_ptid in gdbsim_target::waitSimon Marchi2020-01-191-1/+1
* Call disassemble_free_target in gdbTom Tromey2020-01-193-1/+19
* Replace init_cutu_and_read_dies with a classTom Tromey2020-01-192-323/+267
* Remove flickering from the TUITom Tromey2020-01-199-5/+116
* Make "file" clear TUI source windowTom Tromey2020-01-194-5/+22
* gdb/linux-fork: simplify one_fork_pSimon Marchi2020-01-192-2/+5
* 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