aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-18Fix accessing a method's fields from PythonHannes Domani4-0/+12
2020-12-18gdb: define COFF file offsets with file_ptrJameson Nash2-15/+25
2020-12-18Run fixed_points.exp with -fgnat-encodings=minimalTom Tromey2-61/+78
2020-12-17Remove a use of n_spacesTom Tromey2-1/+5
2020-12-17Remove printfi_filtered and fprintfi_filteredTom Tromey11-215/+212
2020-12-17gdb/doc: fix "show check range" command nameSimon Marchi2-1/+7
2020-12-16Change parameters to language_defn::post_parserTom Tromey6-17/+29
2020-12-16Change void_context_p to boolTom Tromey4-6/+14
2020-12-16gdb/testsuite: make some tests in gdb.base enable non-stop using GDBFLAGSSimon Marchi5-13/+27
2020-12-16[gdb/testsuite] Fix prompt regexp in batch-preserve-term-settings.expTom de Vries2-1/+5
2020-12-16[gdb] Print progress for debuginfodMartin Liska2-10/+21
2020-12-16[gdb/cli] Add a progress meterTom Tromey7-0/+224
2020-12-16[gdb/testsuite] Fix shlib compilation with target board unix/-pie/-fPIETom de Vries2-1/+43
2020-12-16Record FPSR for SIMD/FP data instructionsLuis Machado2-1/+12
2020-12-16Fix TBI handling for watchpointsLuis Machado5-12/+43
2020-12-15gdb: multi-line support for "document" commandRae Kim5-7/+89
2020-12-15Add expected type parameter to evaluate_expressionTom Tromey6-15/+26
2020-12-15Introduce expression::first_opcodeTom Tromey9-11/+31
2020-12-15Clean up arguments to evaluate_subexp_do_callTom Tromey4-19/+28