aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-09-10Fix typo in pretty-printer exampleTom Tromey2-1/+6
2018-09-10Update Python Block.end documentationTom Tromey2-1/+8
2018-09-10Fix "make install-strip" failure to install gdb-add-index.shEli Zaretskii2-2/+8
2018-09-09python: Make two functions return gdbpy_ref<>Simon Marchi4-13/+22
2018-09-08Make py-prettyprint.exp test names uniqueTom Tromey2-4/+12
2018-09-08Allow a pretty-printer without a to_string methodTom Tromey6-10/+47
2018-09-08(Ada) fix handling of expression with parameterless function callJoel Brobecker7-1/+131
2018-09-08ada-lang.c::ada_value_cast: remove unnecessary parenthesesJoel Brobecker2-1/+5
2018-09-08(Ada) slightly incorrect bounds for type of array indexed by enumJoel Brobecker2-7/+7
2018-09-08minor reformatting in ada-lang.c::ada_to_fixed_valueJoel Brobecker2-3/+6
2018-09-08Handle PPC64 function descriptor in Ada decodingJerome Guitton2-0/+9
2018-09-08(Ada) "catch assert" spurious internal errorJoel Brobecker2-8/+10
2018-09-08(Ada) infinite loop when hitting unhandled exception catchpointJoel Brobecker2-1/+6
2018-09-08(Ada) assigning packed array aggregate with variable as componentJoel Brobecker9-5/+175
2018-09-08gdb: Add builtin types for 24 bit integers.John Darrington3-0/+8
2018-09-07gdb/testsuite: Make test names unique in gdb.base/watchpoint.expAndrew Burgess2-24/+33
2018-09-06Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD coredumpsSimon Ser4-0/+126
2018-09-06compile: Remove non-const reference parametersSimon Marchi15-86/+132
2018-09-06Remove unused tui_win_element::highlightSimon Marchi3-2/+5
2018-09-06Remove unused tui_win_info::detail::opaqueSimon Marchi3-4/+6
2018-09-05Make -Wformat-nonliteral work with gccTom Tromey6-3/+50
2018-09-05Disable -Wformat-nonliteral in parts of printcmd.cSimon Marchi2-0/+39
2018-09-05Remove unnecessary casts from cli-cmds.cTom Tromey2-3/+7
2018-09-05[gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract diesTom de Vries7-8/+97
2018-09-05Document the GDB 8.2 release in gdb/ChangeLogJoel Brobecker1-0/+4
2018-09-04Automatically update "aclocal_m4_deps" when updating gnulibSergio Durigan Junior4-138/+160
2018-09-04Remove --enable-multi-iceTom Tromey3-30/+5
2018-09-04Simplify ada-exp.o ruleTom Tromey2-7/+6
2018-09-04Remove unneeded explicit .o targetsTom Tromey2-16/+5
2018-09-04Remove obsolete comments from MakefilesTom Tromey3-10/+5
2018-09-04Fix batch exit status test failure on Fedora 28Gary Benson2-5/+17
2018-09-04gdb/riscv: Fix an ARI warningAndrew Burgess2-2/+7
2018-09-03gdb/riscv: Provide non-DWARF stack unwinderAndrew Burgess3-47/+200
2018-09-03gdb: Extend the trad-frame APIAndrew Burgess3-3/+39
2018-09-01Fix ARI violations in c++compileKeith Seitz3-3/+10
2018-08-31Set TYPE_LENGTH on a variant partTom Tromey2-0/+17
2018-08-31Fix a small bug in gdb.rust/simple.rsTom Tromey2-1/+5
2018-08-31Regenerate gdbarch.hPedro Alves2-1/+6
2018-08-31Add comment describing continuable/steppable/non-steppable watchpointsPedro Alves4-0/+45
2018-08-31Eliminate target_have_continuable_watchpointPedro Alves6-45/+11
2018-08-31Update gnulib/Makefile.in:aclocal_m4_depsSergio Durigan Junior2-32/+128
2018-08-30gdb/riscv: Extend instruction decode to cover more instructionsAndrew Burgess2-2/+43
2018-08-30gdb/riscv: remove extra caching of misa registerAndrew Burgess2-101/+15
2018-08-30gdb: Ensure compiler doesn't optimise variable out in testAndrew Burgess2-0/+14
2018-08-30Fix compile-cplus-types.c build errorsSimon Marchi2-2/+13
2018-08-30Use host_address_to_string in compile_cplus_instance::enter_scopeKeith Seitz2-1/+9
2018-08-29C++ compile supportKeith Seitz38-30/+4449
2018-08-29Add new search_symbols_multiple APIKeith Seitz3-1/+96
2018-08-29Use block_symbol in linespec APIsKeith Seitz5-83/+115
2018-08-29Remove VEC definitions from linespec.cKeith Seitz2-7/+5