aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-20Add linker warning for when it creates an executable stack.Nick Clifton77-46/+264
2022-04-20Micro-optimize cooked_index_entry::full_nameTom Tromey1-6/+5
2022-04-20gdb: LoongArch: Implement loongarch_scan_prologue()Tiezhu Yang1-1/+131
2022-04-20Automatic date update in version.inGDB Administrator1-1/+1
2022-04-19as: Reject unknown -gXXX optionH.J. Lu5-0/+8
2022-04-19gdb/selftest-arch: Make register_test_foreach_arch generate arch tests lazilyLancelot SIX3-10/+47
2022-04-19gdbsupport/selftest: Allow lazy registrationLancelot SIX2-0/+32
2022-04-19gdbsupport/selftest: Replace for_each_selftest with an iterator_rangeLancelot SIX3-29/+42
2022-04-19x86: don't mistake ordinary immediates for SAE / rounding controlJan Beulich3-3/+15
2022-04-19x86: VCMPSH is Evex.LLIGJan Beulich7-98/+159
2022-04-19x86: drop stray CheckRegSize from VFPCLASSPHJan Beulich2-2/+2
2022-04-19x86/Intel: test non-legacy VCVT{,U}SI2SH insn formsJan Beulich2-6/+6
2022-04-19x86: correct and simplify NOP disassemblyJan Beulich4-64/+21
2022-04-19Automatic date update in version.inGDB Administrator1-1/+1
2022-04-18gdb/testsuite/dwarf: don't automatically add directory and file entry for DWA...Simon Marchi3-19/+28
2022-04-18gdb: use gdb_tilde_expand instead of gdb_tilde_expand_up in source_script_wit...Simon Marchi2-13/+0
2022-04-18gdbsupport: make gdb_realpath_keepfile return an std::stringSimon Marchi3-10/+7
2022-04-18gdbsupport: make gdb_abspath return an std::stringSimon Marchi11-63/+52
2022-04-18gdb: call gdb_tilde_expand instead of gdb_tilde_expand_up in source_script_wi...Simon Marchi1-3/+3
2022-04-18Update gnulibTom Tromey431-11225/+19908
2022-04-18Fix C++ cast of derived class to base classTom Tromey3-1/+27
2022-04-18gdb/testsuite: make gdb.ada/mi_prot.exp stop at expected locationSimon Marchi2-7/+7
2022-04-18gdb/testsuite: add text_segment option to gdb_compileVignesh Balasubramanian5-21/+48
2022-04-18gdb: fix using clear command to delete non-user breakpoints(PR cli/7161)Enze Li2-1/+66
2022-04-18Automatic date update in version.inGDB Administrator1-1/+1
2022-04-17Automatic date update in version.inGDB Administrator1-1/+1
2022-04-16Add comments to dwarf2/abbrev-cache.hTom Tromey1-1/+9
2022-04-16Automatic date update in version.inGDB Administrator1-1/+1
2022-04-15Return void from gdb_putcTom Tromey4-10/+6
2022-04-15Handle "set height 1"Tom Tromey2-5/+12
2022-04-15Allow word wrapping even when paging is disabledTom Tromey1-8/+44
2022-04-15Implement value_print for RustTom Tromey2-0/+26
2022-04-15Reimplement Rust slice printingTom Tromey4-27/+71
2022-04-15Remove some dead code from the Rust value printerTom Tromey1-8/+0
2022-04-15Match rustc beta versionsTom Tromey1-1/+1
2022-04-15[gdb/testsuite] Fix gdb.ada/float-bits.exp with -m32Tom de Vries1-5/+22
2022-04-15Remove WITH_SIM defineTom Tromey3-7/+0
2022-04-15[gdb/testsuite] Fix gdb.go/methods.exp with check-readmoreTom de Vries1-1/+1
2022-04-15Automatic date update in version.inGDB Administrator1-1/+1
2022-04-14gdbserver: Eliminate prepare_to_access_memoryPedro Alves5-235/+24
2022-04-14gdbserver/linux: Access memory even if threads are runningPedro Alves2-157/+93
2022-04-14gdbserver: special case target_write_memory len==0Pedro Alves1-2/+15
2022-04-14gdbserver/qXfer::threads, prepare_to_access_memory=>target_pause_allPedro Alves1-35/+16
2022-04-14Ignore 0,0 entries in .debug_arangesTom Tromey2-2/+12
2022-04-14Use GetThreadDescription on WindowsTom Tromey4-3/+47
2022-04-14Set the worker thread name on WindowsTom Tromey1-8/+64
2022-04-14Implement thread_name for gdbserverTom Tromey2-0/+11
2022-04-14Share handle_ms_vc_exception with gdbserverTom Tromey4-60/+49
2022-04-14Move target_read_string to target/target.cTom Tromey8-205/+224
2022-04-14Remove the byte order parameter to target_read_stringTom Tromey4-9/+9