summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Unify Solaris procfs and largefile handlingRainer Orth2020-07-309-45/+99
* [gdb/testsuite] Fix gdb.fortran/ptype-on-functions.exp with gcc-4.8Tom de Vries2020-07-302-2/+7
* [gdb/build] Fix Wmaybe-uninitialized in gdb/ui-style.hTom de Vries2020-07-302-2/+14
* [gdb/testsuite] Fix captured_command_loop breakpoint in selftestsTom de Vries2020-07-292-2/+8
* [tdep/s390] Fix Wmaybe-uninitialized in s390_displaced_step_fixupTom de Vries2020-07-292-2/+8
* [gdb/testsuite] Make gdb.dwarf2/dw2-line-number-zero.exp more robustTom de Vries2020-07-292-2/+7
* Demangle function names when disassemblingAndrew Burgess2020-07-287-11/+160
* Update "disassemble" helpTom Tromey2020-07-282-5/+10
* Fix bug in DW_OP_GNU_variable_value evaluationTom Tromey2020-07-284-1/+14
* Implement xfer_partial TARGET_OBJECT_SIGNAL_INFO for NetBSDKamil Rytarowski2020-07-284-0/+217
* PKG_CHECK_MODULES: Properly check if $pkg_cv_[]$1[]_LIBS worksH.J. Lu2020-07-282-6/+13
* PKG_CHECK_MODULES: Check if $pkg_cv_[]$1[]_LIBS worksH.J. Lu2020-07-282-0/+27
* gdb/python: make more use of RegisterDescriptorsAndrew Burgess2020-07-289-57/+153
* gdb: Add a find method for RegisterDescriptorIteratorAndrew Burgess2020-07-286-1/+84
* Use SIGTRAP si_code values for all FreeBSD architectures on 11.3 and later.John Baldwin2020-07-272-3/+14
* Remove unused declaration from gcore.hTom Tromey2020-07-272-1/+4
* [gdb/build] Fix typo sys/sockets.h -> sys/socket.hTom de Vries2020-07-274-8/+11
* Don't unnecessarily redefine 'socklen_t' type in MinGW builds.Eli Zaretskii2020-07-264-2/+52
* gdb/fortran: resolve dynamic types when readjusting after an indirectionAndrew Burgess2020-07-259-19/+233
* [gdb/symtab] Ignore zero line table entriesTom de Vries2020-07-255-2/+217
* config/debuginfod.m4: Use PKG_CHECK_MODULESAaron Merey2020-07-243-104/+268
* [gdb/testsuite] Require gnatmake-8 for gdb.ada/mi_prot.expTom de Vries2020-07-242-0/+8
* Fix BZ 26294 - Add period to help text for maint print core-file-backed-mappingsKevin Buettner2020-07-232-1/+7
* Don't touch frame_info objects if frame cache was reinitializedPedro Alves2020-07-236-29/+144
* [gdb/tui] Fix Wmaybe-uninitialized warning in tui-winsource.cTom de Vries2020-07-232-0/+11
* gdb/disassembly: Update to handle non-statement addressesAndrew Burgess2020-07-234-6/+215
* Fix more bugs in gdb testglue wrapper handlingSandra Loosemore2020-07-222-12/+22
* New core file tests with mappings over existing program memoryKevin Buettner2020-07-223-0/+340
* Add documentation for "maint print core-file-backed-mappings"Kevin Buettner2020-07-224-0/+22
* Add new command "maint print core-file-backed-mappings"Kevin Buettner2020-07-222-0/+96
* Adjust coredump-filter.exp to account for NT_FILE note handlingKevin Buettner2020-07-223-1/+35
* gcore command: Place all file-backed mappings in NT_FILE noteKevin Buettner2020-07-221-4/+37
* Add test for accessing read-only mmapped data in a core fileKevin Buettner2020-07-223-3/+36
* Use NT_FILE note section for reading core target memoryKevin Buettner2020-07-223-71/+286
* Add new gdbarch method, read_core_file_mappingsKevin Buettner2020-07-226-0/+67
* Test ability to access unwritten-to mmap data in core fileKevin Buettner2020-07-223-1/+29
* Provide access to non SEC_HAS_CONTENTS core file sectionsKevin Buettner2020-07-223-8/+57
* section_table_xfer_memory: Replace section name with callback predicateKevin Buettner2020-07-226-14/+33
* Adjust corefile.exp test to show regression after bfd hack removalKevin Buettner2020-07-222-0/+10
* Fix crash in -stack-list-argumentsTom Tromey2020-07-227-3/+148
* Correct an error in the remote protocol specificationReuben Thomas2020-07-222-4/+13
* gdb/python: Use reference not pointer in py-registers.cAndrew Burgess2020-07-222-9/+16
* gdb/jit: skip jit symbol lookup if already detected the symbols don't existSimon Marchi2020-07-223-2/+26
* gdb/jit: apply minor cleanup and modernizationSimon Marchi2020-07-222-26/+40
* gdb/jit: remove jiter_objfile_data -> objfile back-linkSimon Marchi2020-07-223-8/+7
* gdb/jit: enable tracking multiple JITer objfilesTankut Baris Aktemur2020-07-224-109/+126
* gdb/jit: move cached_code_address and jit_breakpoint to jiter_objfile_dataSimon Marchi2020-07-223-24/+34
* gdb/jit: apply some simplifications and assertionsSimon Marchi2020-07-222-17/+23
* gdb/jit: split jit_objfile_data in twoSimon Marchi2020-07-224-31/+57
* gdb/jit: link to jit_objfile_data directly from the objfile structSimon Marchi2020-07-224-61/+72