summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [wip] gdbserver, x86: support fs_base and gs_baseusers/mmetzger/fsgsMarkus Metzger2019-12-172-3/+15
* testsuite: add m32 board filesMarkus Metzger2019-12-173-0/+68
* gdb, testsuite: test changing FS and GS segment selectors and basesMarkus Metzger2019-12-174-0/+738
* x86: support fs_base and gs_base for 32-bit inferiors on 64-bit kernelsMarkus Metzger2019-12-174-3/+25
* gdb, testsuite: add gdb_continue_to_breakpoint patternMarkus Metzger2019-12-171-2/+5
* ubsan: visium: left shift cannot be represented in type 'int'Alan Modra2019-12-172-1/+5
* ubsan: aarch64: left shift cannot be represented in type 'int64_t'Alan Modra2019-12-173-13/+20
* ubsan: nds32: left shift cannot be represented in type 'int'Alan Modra2019-12-172-9/+15
* Prefer object over notype symbols when disassemblingAlan Modra2019-12-1743-41/+164
* Accept mips-sgi-irix output in a few ld testsAlan Modra2019-12-176-13/+26
* Remove tic80 supportAlan Modra2019-12-1739-2902/+55
* ubsan: bpf: left shift cannot be represented in type 'DI' (aka 'long')Alan Modra2019-12-174-3/+11
* Add a test case for skip with inlined functionsBernd Edlinger2019-12-163-0/+147
* Check all inline frames if they are marked for skipBernd Edlinger2019-12-163-5/+75
* Automatic date update in version.inGDB Administrator2019-12-171-1/+1
* jit: make gdb_symtab::blocks an std::forward_listSimon Marchi2019-12-162-94/+54
* jit: c++-ify gdb_blockSimon Marchi2019-12-162-11/+23
* jit: make gdb_object::symtabs an std::forward_listSimon Marchi2019-12-162-18/+28
* jit: c++-ify gdb_symtabSimon Marchi2019-12-162-29/+43
* Fix double-free when creating more than one block in JIT debug info readerSimon Marchi2019-12-167-31/+104
* Constify get_exec_fileTom Tromey2019-12-1613-18/+33
* Update Gnulib to the latest git versionChristian Biesinger2019-12-16370-13326/+19704
* ubsan: aarch64: left shift of negative valueAlan Modra2019-12-162-9/+12
* ubsan: microblaze: left shift cannot be represented in type 'int'Alan Modra2019-12-162-2/+8
* ubsan: nios2: left shift cannot be represented in type 'int'Alan Modra2019-12-162-2/+6
* ubsan: xstormy16: left shift of negative valueAlan Modra2019-12-164-2/+10
* asan: score: global-buffer-overflowAlan Modra2019-12-162-9/+12
* ubsan: crx: left shift cannot be represented in type 'int'Alan Modra2019-12-164-28/+26
* ubsan: bfin: left shift of negative valueAlan Modra2019-12-162-9/+12
* ubsan: nds32: left shift cannot be represented in type 'int'Alan Modra2019-12-164-26/+25
* ubsan: moxie: left shift of negative valueAlan Modra2019-12-162-3/+7
* Use a member function to set a symbol's languageChristian Biesinger2019-12-1612-35/+47
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-1627-99/+156
* Use symbol_set_language to set a symbol's languageChristian Biesinger2019-12-163-2/+8
* Automatic date update in version.inGDB Administrator2019-12-161-1/+1
* Automatic date update in version.inGDB Administrator2019-12-151-1/+1
* gdb/doc: Remove duplicate description of lookup_global_symbolAndrew Burgess2019-12-142-14/+5
* Add unlink support to moxie simulatorAnthony Green2019-12-142-3/+21
* Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior2019-12-139-19/+47
* Automatic date update in version.inGDB Administrator2019-12-141-1/+1
* Revert "Turn off threaded minsym demangling by default"Christian Biesinger2019-12-133-18/+1
* Remove ARI check for multiple calls to warning or errorTom Tromey2019-12-132-15/+5
* Remove "fix" call for "long long" from ARITom Tromey2019-12-132-2/+4
* Accept -Wno- prefix in ARITom Tromey2019-12-132-3/+20
* Change ARI usage to GNU styleTom Tromey2019-12-132-2/+6
* Suppress ARI warnings for vsprintfTom Tromey2019-12-132-3/+8
* Silence ARI warning about floatformat_to_doubleTom Tromey2019-12-133-3/+9
* Silence ARI for valid calls to abortTom Tromey2019-12-134-5/+11
* Fix ARI text for floatformat_from_doubleTom Tromey2019-12-132-1/+5
* Remove ATTRIBUTE_UNUSED check from ARITom Tromey2019-12-132-11/+4