Make struct frame_arg self-managing
[external/binutils.git] / gdb /
2019-08-07 Tom TromeyMake struct frame_arg self-managing
2019-08-07 Alan HaywardAArch64 pauth: Indicate unmasked addresses in backtrace
2019-08-07 Tom TromeyIntroduce obstack_strndup
2019-08-07 Tom TromeyAdd obstack_strdup overload taking a std::string
2019-08-07 Tom TromeyMake obstack_strdup inline
2019-08-07 Tom TromeyUse obstack_strdup more
2019-08-06 Philippe WaroquiersAdd a selftest that checks documentation invariants.
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-06 Frank Ch. Eigler[PR build/24886] disable glibc mcheck support
2019-08-06 Tom TromeyAdd more styling to "disassemble"
2019-08-06 Christian BiesingerReplace int with enum block_enum where appropriate.
2019-08-06 Tom TromeyClean up source file error reporting
2019-08-06 Tom TromeyAdd file offsets to the source cache
2019-08-06 Tom TromeySave plain text in the source cache
2019-08-06 Tom TromeyFix latent bug in source cache
2019-08-06 Tom TromeyChange breakpoint::filter to be a unique_xmalloc_ptr
2019-08-05 Christian BiesingerAdd block['var'] accessor
2019-08-05 Christian BiesingerAdd a comment briefly explaining partial symbols
2019-08-05 Simon MarchiIncrease timeout in gdb.mi/list-thread-groups-available.exp
2019-08-05 Tom de Vries[gdb/testsuite] Run read1 timeout tests with with_read1...
2019-08-05 Tom TromeyUse _() in calls to build_help
2019-08-05 Tom de Vries[gdb/testsuite] Fail in gdb_compile if pie results...
2019-08-05 Tom de Vries[gdb/testsuite] Fix typo in tcl_version_at_least
2019-08-05 Simon MarchiRemove some variables in favor of using gdb::optional
2019-08-04 Sandra LoosemoreSkip GDB test reconnect-ctrl-c.exp if nointerrupts...
2019-08-04 Sandra LoosemoreAdd check for readline support to more GDB tab-completi...
2019-08-03 Philippe WaroquiersNEWS and documentation for info sources [-dirname ...
2019-08-03 Philippe WaroquiersNew test for 'info sources [-dirname | -basename] ...
2019-08-03 Philippe WaroquiersNew "info sources" args [-dirname | -basename] [--...
2019-08-02 Alexandre Olivasupport Ada EH ABI v1
2019-08-01 Pedro Franco de... Remove directory names from gdb.base/batch-exit-status.exp
2019-08-01 Tom TromeyFix the ia64 libunwind build
2019-08-01 Christian BiesingerInclude s12z-opc.h using ../opcodes.
2019-08-01 Alan HaywardRequire GNU make 3.82
2019-08-01 Tom de Vries[gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp...
2019-08-01 Tom de Vries[gdb/testsuite] Fix gdb.base/structs.exp timeout with...
2019-08-01 Tom de Vries[gdb/testsuite] Fix gdb.base/break-interp.exp timeout...
2019-08-01 Tom de Vries[gdb/testsuite] Fix gdb.base/signals.exp timeout with...
2019-07-30 Tom TromeyDon't declare tui_copy_win or tui_box_win
2019-07-30 Tom TromeyAllow nested function displays
2019-07-30 Kevin BuettnerAllow display of negative offsets in print_address_symb...
2019-07-30 Christian Biesinger[PR/24474] Add gdb.lookup_static_symbol to the python API
2019-07-30 Christian BiesingerAdd missing changelog entry
2019-07-30 Tom de Vries[gdb/testsuite] Work around tcl bug in libsegfault...
2019-07-30 Tom de Vries[gdb/testsuite] Fail in gdb_compile if nopie results...
2019-07-30 Christian BiesingerFix misspelling (nonexistant -> nonexistent)
2019-07-30 Christian BiesingerAdd Objfile.lookup_{global,static}_symbol functions
2019-07-29 Tom TromeyTwo fixes for test suite's terminal
2019-07-29 Philippe WaroquiersDocument 'set print frame-info|frame-arguments presence'.
2019-07-29 Philippe WaroquiersTest 'set print frame-info|frame-arguments presence'.
2019-07-29 Philippe WaroquiersImplement 'set print frame-info|frame-arguments presence'.
2019-07-29 Tom de Vries[gdb/testsuite, 2/2] Fix gdb.linespec/explicit.exp...
2019-07-29 Tom de Vries[gdb/testsuite, 1/2] Fix gdb.linespec/explicit.exp...
2019-07-29 Tom de Vries[gdb/testsuite] Fix python.exp with check-read1
2019-07-29 Tom de Vries[gdb/testsuite] Fix mi-catch-cpp-exceptions.exp and...
2019-07-29 Tom de Vries[gdb/testsuite] Fix gdb.base/maint.exp with check-read1
2019-07-29 Tom de Vries[gdb/testsuite] Fix gdb.base/define.exp with check...
2019-07-29 Tom de Vries[gdb/testsuite] Don't expect gdb_prompt in mi_skip_pyth...
2019-07-28 Tom TromeyAdd test that "file" shows "main"
2019-07-28 Tom TromeyAdd test case for empty TUI windows
2019-07-28 Tom TromeyAdd TUI resizing test
2019-07-28 Tom TromeyAdd TUI test for "list"
2019-07-28 Tom TromeyAdd TUI register window test
2019-07-28 Tom TromeyAdd "layout split" test
2019-07-28 Tom TromeyAdd test for "layout asm"
2019-07-28 Tom TromeyA virtual terminal for the test suite
2019-07-27 Kevin BuettnerFix gdb.python/py-thrhandle.exp failures for -m32 multilib
2019-07-27 Kevin BuettnerFix stepping bug associated with non-contiguous blocks
2019-07-27 Kevin BuettnerImprove test gdb.dwarf2/dw2-ranges-func.exp
2019-07-27 Kevin Buettnerdwarf2-frame.c: Fix FDE processing bug involving non...
2019-07-27 Kevin BuettnerRestrict use of minsym names when printing addresses...
2019-07-27 Kevin BuettnerPrefer symtab symbol over minsym for function names...
2019-07-26 Brian CallahanFix return type typo in obsd-nat.c that breaks build...
2019-07-26 Tom de Vries[gdb/testsuite] Fix unterminated string in i386-pkru.exp
2019-07-25 Christian BiesingerFix comment about the signature of add_separate_debug_file
2019-07-25 Tom de Vries[gdb/testsuite] Test skip_libstdcxx_probe_tests in...
2019-07-25 Christian BiesingerAllow passing a block to lookup_global_symbol_from_objfile
2019-07-24 Tom de Vries[gdb/testsuite] Fix implicit declaration of printf...
2019-07-24 Tom de Vries[gdb/testsuite] Fix infoline-reloc-main-from-zero.exp...
2019-07-24 Yoshinori Satogdb/h8300-tdep.c: Fix register name in h8300h machine.
2019-07-24 Tom de VriesUpdate expected info threads error messages in gdb...
2019-07-24 Tom de Vries[gdb/testsuite] Fix info-types.exp for debug info from...
2019-07-23 Tom de Vries[gdb/testsuite] Add missing initial prompt read in...
2019-07-23 Srinath Parvathaneni[gdb][Arm]: gdb cannot step across CMSE secure entry...
2019-07-23 Tom de Vries[gdb/testsuite] Fix command result testing in mi-comple...
2019-07-22 Tom TromeyRemove self-assign from make_invisible_and_set_new_height
2019-07-22 Andrew Burgessgdb: Show type summary for anonymous structures from...
2019-07-22 Andrew Burgessgdb: Improve output from "info types" commad
2019-07-22 Andrew Burgessgdb: Switch "info types" over to use the gdb::options...
2019-07-22 Christian BiesingerAdd ChangeLog entry for the last commit
2019-07-22 Christian BiesingerUse block_enum instead of int for better typesafety
2019-07-22 Christian Biesinger[FYI] Add myself to gdb/MAINTAINERS
2019-07-21 Kevin BuettnerMake documentation of "python" command match actual...
2019-07-19 Andrew Burgessgdb/riscv: Write 4-byte nop to dummy code region before...
2019-07-19 Tom TromeyChange ARI to mention C++11, and remove some rules
2019-07-19 Alan HaywardArm: Remove unused feature files and tests
2019-07-19 Alan HaywardArm: Use read_description funcs in gdbserver
2019-07-19 Alan HaywardArm: Add xml unit tests
2019-07-19 Alan HaywardArm: Use feature target descriptions
2019-07-19 Alan HaywardArm: Add read_description read funcs and use in GDB
next