aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-13x86: Do not dump DS/CS segment overrides for branch hintsBorislav Petkov10-60/+82
2020-12-13Automatic date update in version.inGDB Administrator1-1/+1
2020-12-12Automatic date update in version.inGDB Administrator1-1/+1
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-11gdbsupport: make use of safe-ctype functions from libibertyAndrew Burgess4-12/+27
2020-12-11gdb: make debug_infrun a boolSimon Marchi3-9/+15
2020-12-11gdb: factor out debug_prefixed_printf_condSimon Marchi8-36/+41
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-11Add support for the .bss pseudo-op to the Z80 assembler.Nick Clifton2-0/+17
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-11Fix a build problem when using FreeBSD 12.Sebastian Huber4-3/+9
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-11Automatic date update in version.inGDB Administrator1-1/+1
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-10RISC-V: Add sext.[bh] and zext.[bhw] pseudo instructions.Nelson Chu9-0/+188
2020-12-10RISC-V: Dump CSR according to the elf privileged spec attributes.Nelson Chu4-4/+47
2020-12-10RISC-V: Control fence.i and csr instructions by zifencei and zicsr.Nelson Chu15-53/+179
2020-12-10Automatic date update in version.inGDB Administrator1-1/+1
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