aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Don't output null pathname in core_target::build_file_mappings warningKevin Buettner2-1/+6
2020-08-05gdb/testsuite: link some dwarf2 tests with nopieSimon Marchi7-6/+14
2020-08-05Fix variant part regressions with older Rust compilerTom Tromey2-9/+30
2020-08-05[gdb] Fix prop->const_val uses in gdbtypes.cTom de Vries2-2/+7
2020-08-04gdb: use bool in frame codeSimon Marchi4-143/+182
2020-08-04gdb: change frame_info::prev_func::p type to cached_copy_statusSimon Marchi2-8/+18
2020-08-04Update email address in MAINTAINERSMark Wielaard2-1/+5
2020-08-04gdb: remove TYPE_DYN_PROP_ADDRSimon Marchi3-6/+7
2020-08-04gdb: remove TYPE_DYN_PROP_KINDSimon Marchi4-9/+12
2020-08-04gdb: remove TYPE_DYN_PROP_BATONSimon Marchi2-2/+4
2020-08-04sim: eBPF simulatorJose E. Marchesi2-0/+5
2020-08-04gdb: support for eBPFJose E. Marchesi8-0/+434
2020-08-04gdb/testsuite: Use 'array unset' instead of just 'unset'Andrew Burgess2-1/+6
2020-08-04[gdb/symtab] Handle invalid partial DIE referenceTom de Vries2-3/+7
2020-08-03Update FreeBSD system calls for 13.0-CURRENT.John Baldwin2-2/+19
2020-08-03Fix script name in usage and generated year range.John Baldwin2-2/+6
2020-08-03[gdb/symtab] Ignore DW_LNE_lo_user/DW_LNE_hi_user rangeTom de Vries6-0/+149
2020-07-31gdb.base/coremaker2.c: Fix compilation problems for x86_64 -m32 multilibKevin Buettner2-7/+14
2020-07-31Fix gdb.base/corefile2.exp test case for ppc64leKevin Buettner2-12/+22
2020-07-30gdb: handle non-const property types in ada_modulus (PR ada/26318)Simon Marchi2-1/+14
2020-07-30gdb/breakpoint: refactor 'set_breakpoint_condition'Tankut Baris Aktemur2-20/+13
2020-07-30gdb/breakpoint: set the condition exp after parsing the condition successfullyTankut Baris Aktemur4-21/+139
2020-07-30gdb/breakpoint: do not update the condition string if parsing the condition f...Tankut Baris Aktemur5-8/+83
2020-07-30[gdb/testsuite] Fix gdb.fortran/info-modules.exp with gcc-4.8Tom de Vries3-6/+32
2020-07-30Unify Solaris procfs and largefile handlingRainer Orth9-45/+99
2020-07-30[gdb/testsuite] Fix gdb.fortran/ptype-on-functions.exp with gcc-4.8Tom de Vries2-2/+7
2020-07-30[gdb/build] Fix Wmaybe-uninitialized in gdb/ui-style.hTom de Vries2-2/+14
2020-07-29[gdb/testsuite] Fix captured_command_loop breakpoint in selftestsTom de Vries2-2/+8
2020-07-29[tdep/s390] Fix Wmaybe-uninitialized in s390_displaced_step_fixupTom de Vries2-2/+8
2020-07-29[gdb/testsuite] Make gdb.dwarf2/dw2-line-number-zero.exp more robustTom de Vries2-2/+7
2020-07-28Demangle function names when disassemblingAndrew Burgess7-11/+160
2020-07-28Update "disassemble" helpTom Tromey2-5/+10
2020-07-28Fix bug in DW_OP_GNU_variable_value evaluationTom Tromey4-1/+14
2020-07-28Implement xfer_partial TARGET_OBJECT_SIGNAL_INFO for NetBSDKamil Rytarowski4-0/+217
2020-07-28PKG_CHECK_MODULES: Properly check if $pkg_cv_[]$1[]_LIBS worksH.J. Lu2-6/+13
2020-07-28PKG_CHECK_MODULES: Check if $pkg_cv_[]$1[]_LIBS worksH.J. Lu2-0/+27
2020-07-28gdb/python: make more use of RegisterDescriptorsAndrew Burgess9-57/+153
2020-07-28gdb: Add a find method for RegisterDescriptorIteratorAndrew Burgess6-1/+84
2020-07-27Use SIGTRAP si_code values for all FreeBSD architectures on 11.3 and later.John Baldwin2-3/+14
2020-07-27Remove unused declaration from gcore.hTom Tromey2-1/+4
2020-07-27[gdb/build] Fix typo sys/sockets.h -> sys/socket.hTom de Vries4-8/+11
2020-07-26Don't unnecessarily redefine 'socklen_t' type in MinGW builds.Eli Zaretskii4-2/+52
2020-07-25gdb/fortran: resolve dynamic types when readjusting after an indirectionAndrew Burgess9-19/+233
2020-07-25[gdb/symtab] Ignore zero line table entriesTom de Vries5-2/+217
2020-07-24config/debuginfod.m4: Use PKG_CHECK_MODULESAaron Merey3-104/+268
2020-07-24[gdb/testsuite] Require gnatmake-8 for gdb.ada/mi_prot.expTom de Vries2-0/+8
2020-07-23Fix BZ 26294 - Add period to help text for maint print core-file-backed-mappingsKevin Buettner2-1/+7
2020-07-23Don't touch frame_info objects if frame cache was reinitializedPedro Alves6-29/+144
2020-07-23[gdb/tui] Fix Wmaybe-uninitialized warning in tui-winsource.cTom de Vries2-0/+11
2020-07-23gdb/disassembly: Update to handle non-statement addressesAndrew Burgess4-6/+215