aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-01-02gdb: fix typos in comments in target-float.cSimon Marchi2-2/+6
2021-01-02Fix pretty printer of main_type.flds_bnds.boundsHannes Domani2-5/+10
2021-01-01Manual updates of copyright year range not covered by gdb/copyright.pyJoel Brobecker5-5/+13
2021-01-01Update copyright year range in all GDB filesJoel Brobecker5433-5432/+5436
2021-01-01gdb/copyright.py: Also update sources in "gdbserver" and "gdbsupport"Joel Brobecker2-1/+8
2021-01-01Update copyright year in version message for gdb, gdbserver and gdbreplayJoel Brobecker2-1/+5
2021-01-01Rotate gdb/ChangeLogJoel Brobecker3-18741/+18755
2020-12-31Update gdb.rust tests for Rust 1.49Tom Tromey2-4/+14
2020-12-31Fix passing debug options for gccBernd Edlinger2-1/+5
2020-12-30gdb/testsuite: de-duplicate test names in gdb.python/py-frame-args.expSimon Marchi2-22/+30
2020-12-29Fix wrong method nameHannes Domani2-1/+5
2020-12-27Simplify MULTI_SUBSCRIPT implementationTom Tromey2-29/+12
2020-12-24gdb: avoid resolving dynamic properties for non-allocated arraysAndrew Burgess7-24/+240
2020-12-24gdb: include allocated/associated properties in 'maint print type'Andrew Burgess2-0/+23
2020-12-24gdb/gdbtypes.h: Fix comparison of uninitialized valuesLancelot SIX2-3/+10
2020-12-23Clarify language for the '?' packetAlex Bennée2-3/+8
2020-12-23gdb: remove some uses of LA_PRINT_STRINGAndrew Burgess6-21/+33
2020-12-23gdb: move rust_language into rust-lang.hAndrew Burgess4-281/+346
2020-12-23gdb/objc: fix bug in objc_language::opcode_print_tableAndrew Burgess2-1/+6
2020-12-23gdb: move pascal_language into p-lang.hAndrew Burgess6-436/+506
2020-12-23gdb: move go_language class declaration into header fileAndrew Burgess7-140/+161
2020-12-23gdb: remove LA_EMIT_CHAR macroAndrew Burgess5-5/+12
2020-12-23gdb: rename c_printchar as language_defn::printcharAndrew Burgess4-12/+12
2020-12-23gdb: avoid accessing global C++ language implementation functionsAndrew Burgess2-3/+9
2020-12-23gdb: delete unused function print_char_charsAndrew Burgess3-40/+5
2020-12-23Add myself to gdb/MAINTAINERSSamuel Thibault2-0/+3
2020-12-23hurd: Add changelog for dca11eb872c9Samuel Thibault1-0/+8
2020-12-23hurd: Fix getting VM_MIN/MAX_ADDRESSSamuel Thibault1-0/+1
2020-12-23Remove trailing white spaces in gdb/frame.{c,h}Shahab Vahedi3-8/+13
2020-12-22arc: Make variable name in comments uppercaseShahab Vahedi2-2/+6
2020-12-22gdb: Add native support for ARC in GNU/LinuxAnton Kolesov5-0/+335
2020-12-22arc: Take into account the REGNUM in supply/collect gdb hooksShahab Vahedi2-9/+38
2020-12-22arc: Add support for signal frames for Linux targetsAnton Kolesov2-0/+188
2020-12-22arc: Add support for signal handlersAnton Kolesov3-0/+147
2020-12-21Move enum noside earlier in expression.hTom Tromey2-22/+26
2020-12-21Preserve gdb_std{out, err, log, targ, targerr} across interpreter_exec_cmdPeter Waller5-0/+85
2020-12-21gdb/testsuite: use gdb_test in gdb.base/list.expSimon Marchi2-151/+35
2020-12-21testsuite, gdb.btrace: fix 32-bit PIE false positivesMarkus Metzger4-5/+19
2020-12-21testsuite, gdb.btrace: skip multi-inferior.exp on gdbserver targetsMarkus Metzger2-0/+9
2020-12-21testsuite, gdb.python: make py-record-*.exp test names uniqueMarkus Metzger3-4/+15
2020-12-21testsuite, gdb.btrace: make test names uniqueMarkus Metzger11-140/+231
2020-12-21gdb, record: rephrase the 'not recording' error messageMarkus Metzger8-13/+26
2020-12-21gdb.texinfo: Document GMP as mandatory requirement to build GDBJoel Brobecker2-0/+13
2020-12-20[gdb/testsuite] Add save_target_board_infoTom de Vries2-19/+61
2020-12-19[gdb/testsuite] Introduce supports_scalar_storage_order_attributeTom de Vries4-4/+63
2020-12-19Don't compare types of enum fieldsHannes Domani7-1/+119
2020-12-19Warn about static libs vs. source-highlight only when necessaryBernd Edlinger3-12/+18
2020-12-18Fix name of main_type field type in pretty printerHannes Domani2-1/+5
2020-12-18Remove erroneous 'a' in gdb.register_window_type documentationHannes Domani2-1/+5
2020-12-18Add address keyword to Value.format_stringHannes Domani6-1/+66