aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-29Change decode_compound_collector to use std::vectorKeith Seitz2-64/+37
2018-08-29Change `minimal_symbols' to std::vector in linespec.c structuresKeith Seitz2-80/+65
2018-08-29Change `label_symbols' to std::vector in linespec.c structuresKeith Seitz2-27/+35
2018-08-29Change `function_symbols' to std::vectorKeith Seitz2-77/+104
2018-08-29Change `file_symtabs' to std::vectorKeith Seitz2-66/+69
2018-08-29Use core_addr_to_string_nz in csky_analyze_prologueTom Tromey2-4/+9
2018-08-29Fix windows-nat.c for -WnarrowingTom Tromey2-9/+19
2018-08-29Fix riscv-linux native gdb build failure.Jim Wilson2-4/+12
2018-08-29Update gnulib to current upstream masterSergio Durigan Junior317-8028/+12466
2018-08-29Indicate batch mode failures by exiting with nonzero statusGary Benson7-31/+129
2018-08-29Remove newline at end of warning messageSimon Marchi2-1/+6
2018-08-29infcall-nested-structs: Test up to five fieldsAlan Hayward3-47/+171
2018-08-29Aarch64: Float register detection for return valuesAlan Hayward2-153/+56
2018-08-29Aarch64: Float register detection for _push_dummy_callAlan Hayward2-74/+83
2018-08-29Aarch64: Func to detect args passed in float regsAlan Hayward2-0/+147
2018-08-28Get rid of -Wodr warning (PR build/23399)Simon Marchi5-6/+28
2018-08-28Modify gdb.base/commands.exp to test multi breakpoints command clearing.Philippe Waroquiers1-2/+45
2018-08-28Fix regression for multi breakpoints command line clearing.Philippe Waroquiers1-1/+7
2018-08-28Remove some uses of VEC from parsersTom Tromey4-67/+74
2018-08-28Implement struct type_stack with a vectorSimon Marchi3-74/+69
2018-08-28Mention csky target in the NEWS.Hafiz Abid Qadeer2-0/+6
2018-08-28Add support for new target 'csky'.Hafiz Abid Qadeer6-0/+2942
2018-08-27MI: Fix printing of frame architecture with Python frame filters enabledJan Vrany4-3/+18
2018-08-27Remove -Wno-narrowing from warnings.m4Tom Tromey5-3/+14
2018-08-27Avoid -Wnarrowing warnings in aarch64-linux-tdep.cTom Tromey2-2/+8
2018-08-27Avoid -Wnarrowing warnings in gdbserverTom Tromey2-19/+45