aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-12-01(Ada) GDB crash printing expression with type castingJoel Brobecker3-21/+88
2017-12-01Add support for the readnever conceptSergio Durigan Junior15-39/+303
2017-12-01Fix dependency tracking for objects in subdirectoriesTom Tromey2-1/+10
2017-12-01Update GDB's list of maintainers to reflect today's realityJoel Brobecker2-32/+27
2017-12-01Replace mail address with the URL in copyright headerYao Qi12-22/+26
2017-11-30New gdb.ada/repeat_dyn testcase.Joel Brobecker5-0/+108
2017-11-30[spu] Some additional test fixesUlrich Weigand3-4/+9
2017-11-30Use boards/local-board.exp moreSimon Marchi5-16/+14
2017-11-30Fix gdb.linespec/cpls-ops.exp on 32-bitPedro Alves2-2/+17
2017-11-30Remove ioctl-based procfs support on SolarisRainer Orth16-3656/+449
2017-11-30Fix sol-thread.c compilation on SolarisRainer Orth2-2/+7
2017-11-29Define MPFR_USE_INTMAX_T so that mpfr.h assumes intmax_t is available.John Baldwin2-0/+6
2017-11-29preserve type length in ada-lang.c::to_fixed_range_typeJoel Brobecker2-0/+10
2017-11-29Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves13-18/+721
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves29-125/+1233
2017-11-29Handle custom completion match prefix / LCDPedro Alves9-39/+170
2017-11-29Fix setting-breakpoints regression on PPC64 (function descriptors)Pedro Alves5-75/+66
2017-11-29Fix gdb snapshotsTom Tromey2-1/+5
2017-11-29Fix Python rbreak tests setting too many breakpoints when glibc debug info is...Phil Muldoon2-0/+5
2017-11-29Update usage text for add-symbol-file, symbol-file, and loadTom Tromey2-4/+16
2017-11-29Fix add-symbol-file usage and errorsTom Tromey4-8/+31
2017-11-29[gdb/testsuite] Fix return type of psymtab-parameterThomas Preud'homme3-2/+9
2017-11-29[gdb/testsuite] Fix wrong return type in testsThomas Preud'homme5-3/+12
2017-11-27Remove REMOTE_OBSTom Tromey2-23/+17
2017-11-27Move target object files to target subdirectoryTom Tromey2-7/+16
2017-11-27Add missing files to COMMON_SFILESTom Tromey2-4/+11
2017-11-27Simplify COMMON_OBS by using list of sourcesTom Tromey2-208/+45
2017-11-27Define YYOBJ in terms of YYFILESTom Tromey2-11/+9
2017-11-27Move python object files to python subdirectoryTom Tromey4-51/+17
2017-11-27Move guile object files to guile subdirectoryTom Tromey4-34/+13
2017-11-27Move unittests object files to unittests subdirectoryTom Tromey2-19/+8
2017-11-27Move tui object files to tui subdirectoryTom Tromey2-24/+9
2017-11-27Move compile object files to compile subdirectoryTom Tromey2-14/+9
2017-11-27Move mi objects to mi subdirectoryTom Tromey2-25/+11
2017-11-27Move cli object files to cli subdirectoryTom Tromey2-15/+9
2017-11-27A simpler way to make the "arch" build directoryTom Tromey4-28/+17
2017-11-27fix two issues in gdb.ada/mi_catch_ex.exp (re: "exception-message")Joel Brobecker2-2/+9
2017-11-26Update find command help and search memory docsDominik Czarnota4-2/+22
2017-11-26python: Fix memleak in do_start_initializationSimon Marchi2-6/+12
2017-11-26Add include guards to common/format.hTom Tromey2-0/+9
2017-11-26Change maybe_disable_address_space_randomization to a classTom Tromey6-67/+72
2017-11-26Removes a cleanup from gcore.cTom Tromey2-9/+10
2017-11-26Fix broken ChangeLog entry for last commit.Ulrich Weigand1-0/+17
2017-11-26[spu] Fix various test casesUlrich Weigand22-72/+68
2017-11-26[spu] Fix single-stepping regressionUlrich Weigand2-3/+12
2017-11-25Adding ChangeLog entry for the last commit.Sergio Durigan Junior1-0/+9
2017-11-25Fix PR gdb/22491: Regression when setting SystemTap probe semaphoresSergio Durigan Junior1-4/+12
2017-11-25Use TOLOWER in SYMBOL_HASH_NEXTPedro Alves4-1/+9
2017-11-25Fix completing an empty stringPedro Alves5-6/+63
2017-11-25Add comprehensive C++ operator linespec/location/completion testsPedro Alves4-7/+843