aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-19struct packed: add fallback byte array implementation, use gcc_struct on Wind...users/palves/packedPedro Alves3-32/+223
2022-07-18Don't stop all threads prematurely after first step of "step N"Pedro Alves3-5/+122
2022-07-18Put gdb.base/bt-on-fatal-signal.exp GDB cores in output dirPedro Alves1-0/+5
2022-07-18Remove array typedef assumption for AdaTom Tromey5-2/+143
2022-07-18Remove manual lifetime management from cli_interpTom Tromey1-22/+14
2022-07-18Remove cli_out_newTom Tromey5-14/+4
2022-07-18Replace input_interactive_p with a methodTom Tromey6-17/+18
2022-07-18Remove ui_register_input_event_handlerTom Tromey5-22/+22
2022-07-18opcodes/arc: Implement style support in the disassemblerClaudiu Zissulescu3-46/+117
2022-07-18arc: Update missing cipher.Claudiu Zissulescu2-1/+6
2022-07-18[gdb/testsuite] Remove duplicate of supports_gnucTom de Vries1-11/+0
2022-07-18gdb/python: look for python, then python 3 at configure timeAndrew Burgess2-4/+11
2022-07-18x86: correct VMOVSH attributesJan Beulich5-5/+35
2022-07-18x86: re-order insn template fieldsJan Beulich3-3720/+3728
2022-07-18[gdbsupport] Improve thread scheduling in parallel_for_eachTom de Vries1-0/+8
2022-07-18[gdb/testsuite] Allow override of ASAN_OPTIONS in lib/gdb.expTom de Vries1-7/+7
2022-07-18[gdb/testsuite] Fix regression in step-indirect-call-thunk.exp with gcc 7Tom de Vries2-1/+16
2022-07-18[gdb/testsuite] Fix gdb.arch/i386-mpx.expTom de Vries1-1/+1
2022-07-18[gdbsupport] Add parallel_for_each_debugTom de Vries1-1/+23
2022-07-18Automatic date update in version.inGDB Administrator1-1/+1
2022-07-17Automatic date update in version.inGDB Administrator1-1/+1
2022-07-16Automatic date update in version.inGDB Administrator1-1/+1
2022-07-15gdb-add-index always generates an error when libdebuginfod wasn't compiled inAaron Merey1-1/+3
2022-07-15gdb/testsuite: modernize gdb.base/maint.expBruno Larsen1-101/+45
2022-07-15Add 'nibbles' to gdb.print_optionsTom Tromey2-2/+6
2022-07-15PowerPC: Add support for IEEE 128-bit format.Carl Love1-18/+69
2022-07-15Add 'summary' mode to Value.format_stringTom Tromey6-1/+26
2022-07-15Expose current 'print' settings to PythonTom Tromey10-26/+209
2022-07-15PowerPC: fix for gdb.base/eh_return.expCarl Love1-1/+35
2022-07-15Run 'black' on gdbTom Tromey2-5/+8
2022-07-15Automatic date update in version.inGDB Administrator1-1/+1
2022-07-14[gdb/symtab] Fix data race in cooked_index_functions::expand_symtabs_matchingTom de Vries2-5/+14
2022-07-14[gdbsupport] Add sequential_for_eachTom de Vries1-0/+23
2022-07-14gdb: Document floating-point support for LoongArchTiezhu Yang2-0/+8
2022-07-14[gdb/build] Fix gdb build with gcc 4.8.5Tom de Vries1-0/+2
2022-07-14[gdb/symtab] Make per_cu->m_lang atomicTom de Vries1-9/+13
2022-07-14[gdb/symtab] Make per_cu->unit_type atomicTom de Vries1-9/+14
2022-07-14[gdb/symtab] Fix data race in ~charset_vectorTom de Vries1-1/+7
2022-07-14Re: PowerPC: implement md_operand to parse register namesAlan Modra2-6/+5
2022-07-14PowerPC: implement md_operand to parse register namesAlan Modra6-89/+82
2022-07-14Automatic date update in version.inGDB Administrator1-1/+1
2022-07-13Tighten gdb.threads/no-unwaited-for-left.exp regexpsPedro Alves1-2/+2
2022-07-13Fix for gdb.base/stap-probe.cCarl Love1-0/+2
2022-07-13Add PowerPC support to gdb.cp/call-method-register.ccCarl Love1-0/+2
2022-07-13Fix gdb.base/step-indirect-call-thunk.expCarl Love1-1/+5
2022-07-13Fix "until LINE" in main, when "until" runs into longjmpPedro Alves3-1/+79
2022-07-13gdbserver: remove unused variableEnze Li1-6/+2
2022-07-13[gdb/symtab] Make per_cu->set_lang more strictTom de Vries3-25/+28
2022-07-13Automatic date update in version.inGDB Administrator1-1/+1
2022-07-12Improve "set scheduler-locking" documentationPedro Alves1-13/+27