Make extract_arg return a std::string
[binutils-gdb.git] / gdb / testsuite / ChangeLog
2017-09-11 Tom TromeyMake extract_arg return a std::string
2017-09-11 Tom TromeyAdd new_inferior, inferior_deleted, and new_thread...
2017-09-08 Christoph WeinmannRemove C/C++ relevant code in Fortran specific file.
2017-09-08 Bernhard Heckelfortran: Testsuite, fix typos in vla-value.
2017-09-08 Bernhard HeckelFortran: Testsuite, fix differences in type naming.
2017-09-08 Frank PenczekFix indentation for printing Fortran types with pointers
2017-09-06 Tom TromeyCast char constant to int in sizeof.exp
2017-09-06 Thomas Preud'hommeFix calls in gdb.arch/thumb2-it.exp
2017-09-06 Jan KratochvilFix accessing TLS variables with no debug info
2017-09-05 Tom TromeyDon't use -fdiagnostics-color=never for rustc
2017-09-05 Simon MarchiTest different follow-exec-mode settings in gdb.multi...
2017-09-04 Pedro AlvesMake "p S::method() const::static_var" work too
2017-09-04 Pedro AlvesHandle "p 'S::method()::static_var'" (quoted) in symbol...
2017-09-04 Pedro AlvesHandle "p S::method()::static_var" in the C++ parser
2017-09-04 Pedro AlvesStop assuming no-debug-info variables have type int
2017-09-04 Pedro AlvesMake ptype/whatis print function name of functions...
2017-09-04 Pedro AlvesStop assuming no-debug-info functions return int
2017-09-04 Pedro AlvesFix calling prototyped functions via function pointers
2017-09-04 Simon Marchigdb.base/commands.exp: Test loop_break and loop_continu...
2017-09-04 Simon MarchiAdd tests for loop_break and loop_continue commands
2017-09-04 Simon MarchiError out immediatly when using if command without...
2017-09-04 Pedro AlvesClarify "list" output when specified lines are ambiguous
2017-08-31 Sergio Durigan JuniorImplement the ability to set/unset environment variable...
2017-08-28 Simon Marchigdb.base/commands.exp: Remove unused global references
2017-08-28 Simon Marchidefine_command: Don't convert command name to lower...
2017-08-23 Sergio Durigan JuniorFix PR remote/21852: Remote run without specifying...
2017-08-23 Weimin Pangdb: SPARC ADI support
2017-08-22 Pedro AlvesAdd test for "List actual code around more than one...
2017-08-22 Tom TromeyChange gdb_realpath to return a unique_xmalloc_ptr
2017-08-21 Pedro AlvesHandle function aliases better (PR gdb/19487, errno...
2017-08-21 Pedro AlvesFix type casts losing typedefs and reimplement "whatis...
2017-08-18 Yao QiGDBserver self tests
2017-08-15 Sergio Durigan JuniorFix PR gdb/21954: make 'unset environment' work again
2017-08-14 Andreas ArnezGDB testsuite: Suppress GCC's colored output
2017-08-14 Tom TromeyFix two regressions in scalar printing
2017-08-12 Simon Marchitestsuite: Exclude end-of-line characters from get_valu...
2017-08-05 Tom TromeyFix Rust test suite for 1.20 beta
2017-07-26 Yao QiAdd "maint check xml-descriptions" to test builtin...
2017-07-24 Andreas Arnezs390-vregs.exp: Fix Tcl error after non-zero-pad patch
2017-07-21 Simon Marchigdb.python/py-unwind: Disable stack protection
2017-07-20 Pedro AlvesMake language_def O(1)
2017-07-20 Pedro AlvesMake gdb.base/dmsym.exp independent of "set language...
2017-07-17 Pedro AlvesA smarter linespec completer
2017-07-17 Pedro AlvesRewrite/enhance explicit locations completer, parse...
2017-07-15 Andrew Burgessgdb: Make some test names unique
2017-07-14 Tom TromeyHandle sizeof(type) in Rust
2017-07-14 Tom TromeyMake gdb.lookup_typename work for Rust types
2017-07-14 Pedro AlvesFix gdb.base/completion.exp with --target_board=dwarf4...
2017-07-13 Andrew Burgessgdb: Fix more parameter passing to mi_create_breakpoint
2017-07-13 Andrew Burgessgdb: Fix parameter passing to mi_create_breakpoint
2017-07-11 Iain BuclawSync dlang demangling tests from upstream libiberty...
2017-07-09 Tom TromeyFix size check in dwarf2_evaluate_loc_desc_full
2017-07-06 David BlaikieFission support for multiple CUs per DWO file
2017-07-05 Pedro AlvesFix Python unwinder frames regression
2017-06-30 Sergio Durigan JuniorPR cli/21688: Detect aliases when issuing python/compil...
2017-06-30 Sergio Durigan JuniorPR cli/21688: Fix multi-line/inline command differentiation
2017-06-29 Pedro AlvesExpression completer should not match explicit location...
2017-06-28 Doug GilmoreFix PR 21337: segfault when re-reading symbols.
2017-06-21 Kevin BuettnerUse noncapturing subpattern/parens in gdb_test implemen...
2017-06-19 Peter BergnerUpdate GDB test case for new lnia extended mnemonic.
2017-06-14 Andreas ArnezFix register selection in var-access.exp
2017-06-13 Andreas ArnezFix handling of DWARF register pieces on big-endian...
2017-06-13 Andreas ArnezAdd DWARF piece test cases for bit-field access
2017-06-13 Andreas Arnezgdb/testsuite: Add "get_endianness" convenience proc
2017-06-13 Andreas ArnezPR gdb/21226: Take DWARF stack value pieces from LSB end
2017-06-13 Andreas Arnezwrite_pieced_value: Fix size capping logic
2017-06-13 Andreas ArnezAdd test for modifiable DWARF locations
2017-06-12 Tom TromeyAdd some 128-bit integer tests
2017-06-12 Tom TromeySimplify print_scalar_formatted
2017-06-12 Tom TromeyDon't always zero pad in print_*_chars
2017-06-07 Sergio Durigan JuniorImplement proper "startup-with-shell" support on gdbserver
2017-06-07 Sergio Durigan JuniorShare fork_inferior et al with gdbserver
2017-05-30 Simon Marchigdb.base/watch-cond-infcall.exp: Don't run if target...
2017-05-21 Tom TromeyPrint Rust unsized array types a bit more nicely
2017-05-20 Tom TromeyUse watchpoint's language when re-parsing expression
2017-05-18 Tom TromeyFix test failure with Rust 1.18 and 1.19
2017-05-18 Thomas Preud'hommeExpect prompt after no FPU warning
2017-05-18 Pedro Alvesgdb.base/fileio.c: Fix several -Wmaybe-uninitialized...
2017-05-18 Pedro Alvesgdb.base/fileio.c: Fix several -Wreturn-type warnings
2017-05-18 Pedro Alvesgdb.base/fileio.exp: Remove nowarnings
2017-05-17 Yao QiAdd nowarnings in gdb.base/fileio.exp
2017-05-17 Yao QiAdd alias command to cmd_list_element
2017-05-04 Pedro AlvesFix gdb.python/py-record-btrace-threads.exp with Python 3
2017-05-03 Keith SeitzMake sure malloc is linked into gdb.cp/oranking.cc.
2017-05-02 Tim WiederhakePython: Move and rename gdb.BtraceFunction
2017-05-02 Tim WiederhakePython: Introduce gdb.RecordGap class
2017-05-02 Tim WiederhakePython: Remove ptid from gdb.Record interface
2017-05-02 Tim WiederhakePython: Use correct ptid in btrace recording
2017-04-29 Sergio Durigan JuniorMake environ.exp run on all platforms (and create info...
2017-04-27 Keith SeitzFix overload resolution involving rvalue references...
2017-04-19 Pedro AlvesFix removing inferiors from within "thread apply" commands
2017-04-13 Iain BuclawAdd ChangeLog entries
2017-04-12 Pedro AlvesTeach GDB that wchar_t is a built-in type in C++ mode
2017-04-12 Pedro AlvesFix PR c++/21323: GDB thinks char16_t and char32_t...
2017-04-05 Sergio Durigan JuniorPR 21352: Add testsuite for "tsave -r" command
2017-03-29 Jan KratochvilFix warning: Invalid entry in .debug_gdb_scripts section
2017-03-28 Anton Kolesovarc: Add prologue analysis
2017-03-28 Anton Kolesovarc: Add disassembler helper
2017-03-21 Ivo RaisrDecode properly flags of %ccr register on sparc64.
2017-03-21 Tim WiederhakeFix break on Python 2
next