aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-03-25eval.c: reverse minsym and symPedro Alves2-4/+9
2018-03-25Fix date in gdb/ChangeLogPedro Alves1-1/+1
2018-03-23aarch64: Make "info address" resolve TLS variablesWeimin Pan3-15/+10
2018-03-23Add psymbols for nested typesKeith Seitz7-1/+190
2018-03-23Change machoread.c to use std::vectorTom Tromey2-56/+47
2018-03-23Make gdbserver find_register_by_number staticAlan Hayward3-16/+14
2018-03-23gdb: Fix testsuite issue in gdb.arch/amd64-disp-step-avx.expAndrew Burgess3-8/+32
2018-03-23gdb: Minor cleanup in some gdb.arch/* testsAndrew Burgess6-33/+16
2018-03-23Move gdbserver tdesc header funcs to c fileAlan Hayward3-42/+57
2018-03-23Testsuite: fully migrate to use_gdb_stub convenience funcAndreas Arnez25-24/+52
2018-03-22Remove some cleanups from record-full.cTom Tromey2-15/+12
2018-03-22ppc: Fix stwux and stdux masks in skip_prologuePedro Franco de Carvalho2-9/+8
2018-03-22ppc: Detect when LR is saved through frame pointerPedro Franco de Carvalho2-18/+63
2018-03-22Make "info proc cmdline" show args on GNU/LinuxAndreas Arnez4-4/+38
2018-03-22S390: Correct brace style in s390_get_wordsizeAndreas Arnez2-4/+9
2018-03-22Get rid of VEC(static_tracepoint_marker_p)Simon Marchi14-195/+183
2018-03-22Make parse_static_tracepoint_marker_definition work with multiple static trac...Simon Marchi4-3/+91
2018-03-21Add myself as a write-after-approval GDB maintainer.Pedro Franco de Carvalho2-0/+6
2018-03-21S390: Make IPA recognize tdescs with guarded storageAndreas Arnez3-2/+23
2018-03-21S390: gdbserver: Don't write guarded storage registersAndreas Arnez2-24/+12
2018-03-21S390: Enable re-attaching with native-extended-gdbserverAndreas Arnez2-44/+62
2018-03-20Fix misleading indentation error.Stephen Roberts2-12/+16
2018-03-20Replace the linear search in find_pc_sect_line with a binary search.Stephen Roberts6-11/+216
2018-03-19Support bare-identifier field initializers in RustTom Tromey5-0/+36
2018-03-19Convert observers to C++Tom Tromey86-1234/+999
2018-03-19Testsuite: Fix ambiguous "break" due to libinproctraceAndreas Arnez26-50/+79
2018-03-18Remove some cleanups from solib.cTom Tromey2-6/+10
2018-03-17Change auto_load_objfile_script_1 to use std::stringTom Tromey2-18/+12
2018-03-17Remove target_fileio_close_cleanupTom Tromey2-16/+38
2018-03-16Add silent Makefile rulesSimon Marchi9-57/+180
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey12-261/+180
2018-03-16Fix tspeed test case: copy libinproctrace to targetAndreas Arnez2-0/+6
2018-03-15Add selftest for substitute_path_componentSimon Marchi3-0/+66
2018-03-14Special case NULL when using printf's %s formatTom Tromey7-0/+39
2018-03-14Allow - in %p for printfTom Tromey4-2/+18
2018-03-14Add usage to printf commandTom Tromey2-2/+7
2018-03-14Update my email addressYao Qi2-4/+8
2018-03-13Remove two cleanups using std::stringTom Tromey3-37/+26
2018-03-12gdb/riscv: Fix some ARI issuesAndrew Burgess2-9/+19
2018-03-12Use gdb::byte_vector when reading section dataTom Tromey3-42/+32
2018-03-12Fix ia64 GDB buildYao Qi3-2/+9
2018-03-11Use std::vector for field lists in dwarf2read.cTom Tromey2-193/+112
2018-03-11Remove cleanup from build_type_psymtabs_1Tom Tromey2-20/+15
2018-03-09Update "gdb --configuration" with recently added featuresEli Zaretskii2-9/+41
2018-03-08Use scoped_fd in more placesTom Tromey4-46/+37
2018-03-08Change enable_thread_stack_temporaries to an RAII classTom Tromey5-84/+77
2018-03-08Fix misreporting of omitted bytes for large remote packetsSimon Marchi2-10/+11
2018-03-08Use std::string to simplify build_id_to_debug_bfdSimon Marchi2-22/+15
2018-03-08Make find_separate_debug_file* return std::stringSimon Marchi7-70/+66
2018-03-08Add xml_escape_text_append and use itSimon Marchi6-17/+58