aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-07-22Correct an error in the remote protocol specificationReuben Thomas2-4/+13
2020-07-22gdb/python: Use reference not pointer in py-registers.cAndrew Burgess2-9/+16
2020-07-22gdb/jit: skip jit symbol lookup if already detected the symbols don't existSimon Marchi3-2/+26
2020-07-22gdb/jit: apply minor cleanup and modernizationSimon Marchi2-26/+40
2020-07-22gdb/jit: remove jiter_objfile_data -> objfile back-linkSimon Marchi3-8/+7
2020-07-22gdb/jit: enable tracking multiple JITer objfilesTankut Baris Aktemur4-109/+126
2020-07-22gdb/jit: move cached_code_address and jit_breakpoint to jiter_objfile_dataSimon Marchi3-24/+34
2020-07-22gdb/jit: apply some simplifications and assertionsSimon Marchi2-17/+23
2020-07-22gdb/jit: split jit_objfile_data in twoSimon Marchi4-31/+57
2020-07-22gdb/jit: link to jit_objfile_data directly from the objfile structSimon Marchi4-61/+72
2020-07-22gdb/jit: pass the jiter objfile as an argument to jit_event_handlerTankut Baris Aktemur4-15/+34
2020-07-21Retire the now-unused gdbarch handle_segmentation_fault hook.John Baldwin5-66/+9
2020-07-21Migrate the sparc64 ADI handle_segmentation_fault hook to report_signal_info.John Baldwin2-6/+14
2020-07-21Migrate the x86 MPX handle_segmentation_fault hook to report_signal_info.John Baldwin4-10/+21
2020-07-21Report architecture-specific signal information for core files.John Baldwin2-1/+9
2020-07-21Add a new gdbarch hook to report additional signal information.John Baldwin5-0/+60
2020-07-21gdb/python: Reuse gdb.RegisterGroup objects where possibleAndrew Burgess4-11/+61
2020-07-21gdb/python: Reuse gdb.RegisterDescriptor objects where possibleAndrew Burgess4-13/+82
2020-07-21gdb, gdbserver: make stopped_pids global variables staticSimon Marchi2-1/+5
2020-07-21gdb: handle undefined properties in ada_discrete_type_{low,high}_boundSimon Marchi2-2/+36
2020-07-21[gdb/testsuite] Fix gdb.reverse/solib-{precsave,reverse}.exp with gcc-8Tom de Vries3-6/+60
2020-07-21[gdb/testsuite] Fix step-reverse.c with gcc-10Tom de Vries2-1/+5
2020-07-21Enable multi-process mode in the NetBSD native target.Kamil Rytarowski3-0/+16
2020-07-21[gdb/testsuite] Fix gdb.fortran/info-modules.exp with gcc-8Tom de Vries2-2/+7
2020-07-21[gdb/testsuite] Make inline-locals.c deterministicTom de Vries3-1/+16
2020-07-21[gdb/testsuite] Don't leak env vars in gdb.debuginfod/fetch_src_and_symbols.expTom de Vries2-89/+125
2020-07-20Implement the skip_solib_resolver gdbarch hook for FreeBSD architectures.John Baldwin4-0/+44
2020-07-20guile: Add support for Guile 3.0.Ludovic Courtès10-10/+29
2020-07-20guile: Add support for Guile 2.2.Ludovic Courtès9-175/+542
2020-07-20Skip tests requiring "alignof (void)" when compiling using clangGary Benson2-1/+17
2020-07-20[gdb/testsuite] Stabilize execution order in omp-par-scope.cTom de Vries2-0/+55
2020-07-20[gdb/testsuite] Fix valgrind-infcall-2.exp without libc debug infoTom de Vries2-1/+5
2020-07-20[gdb/testsuite] Bail out after gdb_start error in gdb.threads/attach-slow-wai...Tom de Vries2-1/+10
2020-07-18Remove "linux_multi_process" globalTom Tromey2-6/+6
2020-07-17gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess4-15/+21
2020-07-17[gdb/testsuite] Add gdb.base/valgrind-infcall-2.expTom de Vries4-13/+131
2020-07-17Use boolean literals in linux-nat.cTom Tromey2-4/+11
2020-07-17[gdb/testsuite] Use MACRO_AT_{func,range}Tom de Vries23-198/+64
2020-07-17[gdb/testsuite] Drop src arg of MACRO_AT_{func,range}Tom de Vries17-45/+47
2020-07-17[gdb/testsuite] Remove Dwarf::externTom de Vries12-28/+14
2020-07-16Fix POSIX-isms in gdb.base/shell.expSandra Loosemore2-10/+21
2020-07-16gdb: fix issues with handling DWARF v5 rnglists & .dwo files.Caroline Tice5-48/+398
2020-07-16[gdb/testsuite] Add pseudo line number program instruction: lineTom de Vries8-99/+100
2020-07-15gdb/testsuite: Update test pattern in ptype-on-functions.expAndrew Burgess2-1/+6
2020-07-15[gdb/testsuite] Handle callq -> call disassembly changeTom de Vries2-2/+5
2020-07-15gdb/fortran: Handle dynamic string types when printing typesAndrew Burgess5-4/+47
2020-07-14gdb/testsuite/lib/dwarf.exp: fix addr_size parameter commentsSimon Marchi2-3/+8
2020-07-14gdb: Improve formatting of 'show endian' messagesAndrew Burgess3-23/+23
2020-07-14gdb: Improve formatting of 'show architecture' messagesAndrew Burgess12-20/+36
2020-07-14[gdb/testsuite] Fix clone-new-thread-event.c with glibc 2.30Tom de Vries2-2/+8