aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-04-23gdb/m68hc11: Use default gdbarch methods where possibleAndrew Burgess2-24/+7
2019-04-23gdb/m32r: Use default gdbarch methods where possibleAndrew Burgess2-37/+8
2019-04-23gdb/m32c: Use default gdbarch methods where possibleAndrew Burgess2-34/+8
2019-04-23gdb/lm32: Use default gdbarch methods where possibleAndrew Burgess2-23/+8
2019-04-23gdb/iq2000: Use default gdbarch methods where possibleAndrew Burgess2-22/+8
2019-04-23gdb/nds32: Use type_align instead of nds32_type_alignAndrew Burgess2-47/+7
2019-04-23gdb/arm: Use type_align instead of arm_type_alignAndrew Burgess2-51/+23
2019-04-23gdb/aarch64: Use type_align instead of aarch64_type_alignAndrew Burgess5-51/+144
2019-04-23Remove unused overload of line_header::file_name_atTom Tromey2-8/+5
2019-04-23[gdb/testsuite] Fix gdb.btrace/reconnect.exp with native-gdbserverTom de Vries2-1/+6
2019-04-23[gdb/contrib] Remove superfluous .alt file after dwz invocation in cc-with-tw...Tom de Vries2-0/+7
2019-04-23Testsuite: Remove pie from trace testsAlan Hayward13-12/+27
2019-04-22Support for DW_OP_addrx and DW_FORM_addrx tagsAli Tamur6-10/+44
2019-04-22[FYI] Add myself to gdb/MAINTAINERSAli Tamur2-0/+5
2019-04-22solib-svr4: Pass down svr4_info as much as possibleSimon Marchi2-43/+76
2019-04-22Fix "nosharedlibrary + continue + shared lib event" crashPedro Alves5-3/+133
2019-04-22Improve reverse debugging docs, mention built-in support and supports archsPedro Alves2-7/+27
2019-04-20Fix GDB crash when registers cannot be modified.Philippe Waroquiers1-0/+5
2019-04-19Remove common/queue.hTom Tromey2-298/+4
2019-04-19Remove an include of common/queue.hTom Tromey2-1/+4
2019-04-19Use std::list for remote_notif_state::notif_queueTom Tromey4-33/+38
2019-04-19Use std::list for event notifications in gdbserverTom Tromey4-79/+78
2019-04-19Make objfile::static_links an htab_upTom Tromey4-13/+15
2019-04-19Make copy_name return std::stringTom Tromey13-176/+195
2019-04-19gdb/configure.ac: add --enable-source-highlightSergei Trofimovich4-14/+73
2019-04-19Print non-Ada unions without crashingTom Tromey7-5/+116
2019-04-19Fix "list" when control characters are seenTom Tromey4-3/+18
2019-04-19Fix GDB crash when registers cannot be modified.Philippe Waroquiers1-1/+12
2019-04-19OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com "shell"Philippe Waroquiers2-2/+7
2019-04-18[gdb/testsuite] Fix gdb.base/break-probes.exp with native-gdbserverTom de Vries2-1/+6
2019-04-18Make process_stratum_target::stratum "final"Tom Tromey2-1/+6
2019-04-18[gdb] Handle vfork in thread with follow-fork-mode childTom de Vries6-17/+265
2019-04-17Avoid crash in dwarf2_init_complex_target_typeTom Tromey2-1/+6
2019-04-17gdbserver: Ensure all debug output uses debug functionsAlan Hayward7-5/+31
2019-04-17gdbserver: Add debug-file optionAlan Hayward6-5/+79
2019-04-17gdbserver: Move remote_debug to a single placeAlan Hayward7-16/+18
2019-04-17gdb/riscv: Allow breakpoints to be created at invalid addressesAndrew Burgess2-1/+15
2019-04-15Fix AMD64 return value ABI in expression evaluationLeszek Swirski5-11/+207
2019-04-15AArch64 SVE: Support changing vector lengths for ptraceAlan Hayward4-46/+73
2019-04-15AArch64 SVE: Check for vector length change when getting gdbarchAlan Hayward3-5/+59
2019-04-15AArch64: Tidy up aarch64_gdbarch_initAlan Hayward2-42/+30
2019-04-13gdb: Fix failure in gdb.base/complex-parts.exp for x86-32Andrew Burgess2-0/+16
2019-04-12Another fix for GDB stylingEli Zaretskii2-4/+7
2019-04-12Testsuite: Add gdbserver sysroot testAlan Hayward4-7/+118
2019-04-12gdb: Remove LANG_MAGICAndrew Burgess13-38/+35
2019-04-11gdb/riscv: Remove riscv_type_alignment functionAndrew Burgess2-48/+19
2019-04-11gdb: Fix alignment computation for structs with only static fieldsAndrew Burgess4-12/+34
2019-04-11gdb/riscv: Handle empty C++ structs during argument passingAndrew Burgess2-43/+132
2019-04-11Make "msg" const in internal_vproblemTom Tromey2-1/+5
2019-04-11[gdb/testsuite] Add cc-with-dwz.exp and cc-with-dwz-m.expTom de Vries4-0/+66