aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-15C++-ify Ada component interval handlingTom Tromey2-74/+43
2020-12-15Highlight deprecated commands using title styleTom Tromey4-7/+32
2020-12-15[gdb/testsuite] Handle PS1 quirk in gdb.base/multi-line-starts-subshell.expTom de Vries1-3/+3
2020-12-14gdb/testsuite: fix typo in gdb_test_multiple docSimon Marchi2-1/+5
2020-12-14Add form used for SPECIAL_expr as comment in testsuite Dwarf AssemblerMark Wielaard2-1/+16
2020-12-14Use DW_FORM_exprloc in testsuite Dwarf Assembler for DWARF version 4+.Mark Wielaard2-5/+16
2020-12-14[gdb/testsuite] Don't pass -fPIC to gdb_compile_shlibTom de Vries12-23/+38
2020-12-14Do not manually dissect OP_TYPE operationsTom Tromey3-29/+15
2020-12-14[gdb/testsuite] Handle missing xz in gdb.base/gnu-debugdata.expTom de Vries2-1/+10
2020-12-14[gdb/testsuite] Handle no glibc debuginfo in gdb.base/solib-corrupted.expTom de Vries2-1/+17
2020-12-14[gdb/testsuite] Handle shell prompt in batch-preserve-term-settings.expTom de Vries2-3/+12
2020-12-14Handle block-local names for AdaTom Tromey6-25/+92
2020-12-14Use exact match in get_var_valueTom Tromey2-3/+9
2020-12-14Be more careful when rewriting thick pointer array typeTom Tromey4-13/+162
2020-12-14Handle fixed-point division by zeroTom Tromey4-0/+13
2020-12-13Constify parse_and_eval_typeTom Tromey4-3/+9
2020-12-13[gdb/testsuite] Fix gdb.base/endianity.exp with gcc-4.8Tom de Vries2-4/+13
2020-12-13[gdb/testsuite] Handle ada in gdb_compile_shlibTom de Vries3-23/+45
2020-12-13[gdb/testsuite] Avoid gnatbind/gnatlink in gdb.ada/catch_ex_std.expTom de Vries2-48/+28
2020-12-13gdb: new command 'maint flush dcache'Andrew Burgess8-0/+143
2020-12-13gdb: introduce new 'maint flush ' prefix commandAndrew Burgess17-17/+96
2020-12-11gdb: improve the warning given for deprecated aliases with a prefixAndrew Burgess4-43/+59
2020-12-11gdb: make deprecated_cmd_warning i18n friendlyAndrew Burgess2-40/+45
2020-12-11gdb: give deprecated command warning for aliases with a prefixAndrew Burgess7-15/+90
2020-12-11gdb: don't warn about deprecated aliases during tab completionAndrew Burgess6-51/+74
2020-12-11gdb: make debug_infrun a boolSimon Marchi3-9/+15
2020-12-11gdb: factor out debug_prefixed_printf_condSimon Marchi5-30/+16
2020-12-11[gdb/testsuite] Update gdb.arch/i386-mpx-call.exp for -m32Tom de Vries2-3/+35
2020-12-11Avoid side effects in expression lexersTom Tromey4-36/+44
2020-12-11install_variable cannot failTom Tromey2-9/+8
2020-12-11Use gdbpy_ref in instantiate_pretty_printerTom Tromey2-8/+7