aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-11Remove varobj_clear_saved_itemTom Tromey2-13/+7
2020-12-11Change varobj_item::value to a value_ref_ptrTom Tromey4-18/+19
2020-12-11Change varobj_dynamic::child_iter to unique_ptrTom Tromey4-12/+19
2020-12-11Change varobj_dynamic::saved_item to unique_ptrTom Tromey2-8/+10
2020-12-11Change varobj_iter::next to return unique_ptrTom Tromey4-10/+16
2020-12-11C++-ify varobj iterationTom Tromey4-94/+54
2020-12-11Change all_root_varobjs to take a function_viewTom Tromey4-26/+24
2020-12-11Change varobj.c:rootlist to a std::listTom Tromey2-56/+18
2020-12-11Use htab_t in varobjTom Tromey2-74/+44
2020-12-11Make bp_location derive from refcounted_objectTom Tromey5-45/+53
2020-12-11Remove scoped_inc_dec_refTom Tromey2-34/+14
2020-12-11Use thread_info_ref in stop_contextTom Tromey2-15/+8
2020-12-11Change current_inferior_ to be a inferior_refTom Tromey2-7/+10
2020-12-11Use thread_info_ref in enable_thread_stack_temporariesTom Tromey2-8/+7
2020-12-11Handle CPU offset for RavenscarTom Tromey2-2/+27
2020-12-11[gdb/testsuite] Fix gdb.base/float128.exp with --with-mpfr=noTom de Vries2-1/+26
2020-12-10gdb/testsuite: fix race condition in gdb.multi/multi-arch-exec.expSimon Marchi2-0/+13
2020-12-10[gdb/testsuite] Fix gdb.tui/new-layout.exp with tcl 8.5Tom de Vries2-6/+16
2020-12-10Fix off-by-one error in ada_fold_nameKevin Buettner2-1/+6
2020-12-10Remove spurious newline on debug printfLuis Machado2-1/+5
2020-12-10[AArch64] SVE/FPSIMD fixup for big endianLuis Machado7-35/+246
2020-12-10gdb: move bfd_open_from_target_memory to gdb_bfdMihails Strasuns4-83/+99
2020-12-09Use add_angle_brackets in ada_lookup_encoded_symbolTom Tromey2-1/+5
2020-12-09Handle 128-bit constants for fixed pointTom Tromey2-34/+57
2020-12-09Unify all operators into std-operator.defTom Tromey6-144/+113
2020-12-09gdb: address review comments of previous seriesSimon Marchi2-6/+15
2020-12-09gdb: fix value_subscript when array upper bound is not knownSimon Marchi7-11/+179
2020-12-09gdb: split get_discrete_bounds in twoSimon Marchi2-57/+137
2020-12-09gdb: make get_discrete_bounds return boolSimon Marchi14-50/+58
2020-12-09gdb: make discrete_position return optionalSimon Marchi4-25/+48
2020-12-08[gdb/testsuite] Simplify gdb.arch/amd64-gs_base.expTom de Vries2-26/+7
2020-12-08[gdb/testsuite] Fix gdb.ada/mi_task_arg.exp for -m32Tom de Vries2-2/+9
2020-12-07gdb.base/break-on-linker-gcd-function.exp: Remove unused variablePedro Alves2-1/+5
2020-12-07Use expression completer for "maint print type"Tom Tromey2-1/+7
2020-12-07gdb/completer: improve tab completion to consider the '-force-condition' flagTankut Baris Aktemur4-1/+29
2020-12-07gdb/linespec: relax the position of the '-force-condition' flagTankut Baris Aktemur5-17/+54
2020-12-07gdb/main: execute breakpoint commands for '-iex' and '-ex' commandsTankut Baris Aktemur8-4/+114
2020-12-07[gdb/ada] Handle shrink resize in replace_operator_with_callTom de Vries2-2/+10