Fix macOS build, missing override
[external/binutils.git] / gdb / testsuite /
2018-05-23 Tom TromeyRemove struct complain
2018-05-23 Tom TromeyRemove symfile_complaints
2018-05-23 Tom TromeyRemove "noisy" parameter from clear_complaints
2018-05-23 Tom TromeyRemove elements from complaint_series
2018-05-22 Pedro AlvesFix gdb.base/remote.exp with native-extended-gdbserver...
2018-05-22 Pedro AlvesHandle "show remote memory-write-packet-size" when...
2018-05-22 Pedro AlvesSupport UTF-8 identifiers in C/C++ expressions (PR...
2018-05-22 Pedro Franco de... [PowerPC] Recognize isa205 in linux core files
2018-05-22 Pedro Franco de... [PowerPC] Fix VSX registers in linux core files
2018-05-18 Tom TromeyShow padding in ptype/o output
2018-05-17 Keith SeitzDon't elide all inlined frames
2018-05-15 Maciej W. Rozyckitestsuite: Fix a `server_pid' access crash in gdb.serve...
2018-05-08 Andrew Burgessgdb/x86: Handle kernels using compact xsave format
2018-05-08 Jan Kratochvilwatchpoint-unaligned.exp: Use skip_hw_watchpoint_tests
2018-05-04 Tom TromeyLet gdb.execute handle multi-line commands
2018-05-04 Tom TromeyAllow breakpoint commands to be set from Python
2018-05-04 Tom TromeyAllow defining a user command inside a user command
2018-05-04 Jan Kratochvilaarch64: PR 19806: watchpoints: false negatives + PR...
2018-05-04 Andrew Burgessgdb: Make test names unique in gdb.base/maint.exp
2018-05-04 Tom TromeyUse previous count when 'x' command is repeated
2018-05-04 Andrew Burgessgdb/testsuite: Handle targets with lots of registers
2018-05-04 Andrew Burgessgdb/testsuite: Fix broken regexp in gdbstub case
2018-05-03 Andrew Burgessgdb/testsuite: Filter out some registers for riscv
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-05-02 Tom TromeySet test message in py-parameter.exp
2018-05-02 Tom TromeyHandle var_zuinteger and var_zuinteger_unlimited from...
2018-05-01 Dan Robertsonrust: Fix null deref when casting (PR 23124)
2018-04-30 Tom TromeyExpose type alignment on gdb.Type
2018-04-30 Tom TromeyHandle alignof and _Alignof
2018-04-27 Tom TromeyAdd inclusive range support for Rust
2018-04-26 Pedro AlvesFix resolving GNU ifunc bp locations when inferior...
2018-04-26 Pedro AlvesExtend GNU ifunc testcases
2018-04-26 Pedro AlvesCalling ifunc functions when target has no debug info...
2018-04-25 Pedro AlvesFix new inferior events output
2018-04-24 Sergio Durigan JuniorEnable 'set print inferior-events' and improve detach...
2018-04-24 Simon Marchiinfo-shared.exp: Replace libs=-ldl with shlib_load
2018-04-22 Rajendra SYFixed test case to compile & run on FreeBSD
2018-04-20 Richard BuntAdd test case for a known hang in infrun
2018-04-17 Tom TromeyFix crash in quirk_rust_enum
2018-04-16 Andreas ArnezAdjust more test cases to changed output of info var...
2018-04-13 Andreas ArnezShow line numbers in output for "info var/func/type"
2018-04-13 Markus Metzgerbtrace: set/show record btrace cpu
2018-04-13 Markus Metzgerinfrun: step through indirect branch thunks
2018-04-11 Simon MarchiAdd test for following fork on position-independent...
2018-04-11 Tom TromeyAdd Rust test case for ".." struct initializer
2018-04-10 Pedro AlvesFix gdb.base/fork-running-state.exp race
2018-04-07 Simon MarchiFix gdb.mi/mi-stack.exp when gcc generates a stack...
2018-04-07 Simon MarchiFix indentation in gdb.mi/mi-stack.exp
2018-04-07 Simon MarchiFix generation of x86-64 gdbarch with osabi none (PR...
2018-04-07 Simon MarchiMake "set osabi none" really work (PR 22980)
2018-04-02 Joel BrobeckerFix merge issues in gdb/ChangeLog and gdb/testsuite...
2018-04-02 Weimin PanFix infinite recursion when printing static member...
2018-03-27 Joel Brobeckerset varsize-limit: New GDB setting for maximum dynamic...
2018-03-27 Joel Brobeckerproblem looking up some symbols when they have a linkag...
2018-03-27 Tom TromeyThrow a "quit" on a KeyboardException in py-framefilter.c
2018-03-27 Tom TromeyAllow hiding of some filtered frames
2018-03-23 Keith SeitzAdd psymbols for nested types
2018-03-23 Andrew Burgessgdb: Fix testsuite issue in gdb.arch/amd64-disp-step...
2018-03-23 Andrew Burgessgdb: Minor cleanup in some gdb.arch/* tests
2018-03-23 Andreas ArnezTestsuite: fully migrate to use_gdb_stub convenience...
2018-03-22 Andreas ArnezMake "info proc cmdline" show args on GNU/Linux
2018-03-20 Stephen RobertsReplace the linear search in find_pc_sect_line with...
2018-03-19 Tom TromeySupport bare-identifier field initializers in Rust
2018-03-19 Tom TromeyConvert observers to C++
2018-03-19 Andreas ArnezTestsuite: Fix ambiguous "break" due to libinproctrace
2018-03-16 Andreas ArnezFix tspeed test case: copy libinproctrace to target
2018-03-14 Tom TromeySpecial case NULL when using printf's %s format
2018-03-14 Tom TromeyAllow - in %p for printf
2018-03-08 Simon Marchiremote-stdio-gdbserver: Pass "target" to remote_exec...
2018-03-08 Simon MarchiDon't redefine upload/download/file in gdbserver-base
2018-03-07 Andreas ArnezFix watching structs in C++
2018-03-06 Andrew Burgessgdb: Initial baremetal riscv support
2018-03-02 Thomas Preud'homme[GDB/testsuite] Use %progbits in watch-loc.c
2018-02-28 Sergio Durigan JuniorMake gdbserver work with filename-only binaries
2018-02-28 Simon Marchitestsuite: Restore gdb_is_target_remote_prompt
2018-02-26 Simon MarchiAdd test for load command
2018-02-26 Tom TromeyMake "bt N" print correct number of frames when using...
2018-02-26 Tom TromeyHandle DW_TAG_variant_part and DW_TAG_variant
2018-02-26 Tom TromeyConvert Rust to use discriminated unions
2018-02-25 Simon MarchiFix double space expected in cp_test_ptype_class
2018-02-23 Maciej W. RozyckiGDB/testsuite: Fix a typo in $actual_line
2018-02-21 John BaldwinFix a typo.
2018-02-20 Markus Metzgerbtrace, testsuite: do not force BTS
2018-02-14 Pedro AlvesFix GDB crash after Quit thrown from unwinder sniffer
2018-02-09 Markus Metzgerbtrace: reword error messages
2018-02-07 Simon MarchiFix type of values representing optimized out static...
2018-02-03 Andrew Burgessgdb/testsuite: Remove use of dejagnu cleanup proc
2018-02-02 Leszek Swirski via... MI: Allow non-raw varobj evaluation
2018-02-02 Leszek SwirskiDo not classify C struct members as a filename
2018-02-01 Yao QiFix gdb.base/attach.exp fails when gdb is configured...
2018-01-31 Nikola PricaFix for prologue processing on PowerPC
2018-01-31 Xavier Roirand(Ada) Add gdb-mi support for stopping at start of excep...
2018-01-31 Xavier Roirand(Ada/MI) Add testcase for mi catch assert with condition
2018-01-31 Xavier Roirand(Ada) Add testcase for catch assert with condition
2018-01-31 Joel Brobeckerinternal-error using '@' (repeat) operator on array...
2018-01-30 Pedro AlvesPer-inferior target_terminal state, fix PR gdb/13211...
2018-01-30 Joel Brobeckergdb.base/break.exp: fix last "info break" test failure...
2018-01-22 Pedro AlvesFix segfault with 'set print object on' + 'whatis ...
2018-01-22 Joel Brobeckerwrong line number in breakpoint location
2018-01-21 Andrew Burgessgdb: Don't store a thread-id for floating varobj
next