aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-08linux_qxfer_libraries_svr4: Use std::stringSimon Marchi2-34/+16
2018-03-08remote-stdio-gdbserver: Pass "target" to remote_exec to delete fileSimon Marchi2-1/+7
2018-03-08Don't redefine upload/download/file in gdbserver-baseSimon Marchi2-22/+6
2018-03-08Remove MAX_REGISTER_SIZE defineAlan Hayward4-8/+7
2018-03-07Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey7-51/+45
2018-03-07gdb: Add riscv to list of architectures with a save_reggroupAndrew Burgess2-1/+7
2018-03-07Fix watching structs in C++Andreas Arnez5-2/+76
2018-03-06Formatting fixes in rust-exp.yTom Tromey2-10/+13
2018-03-06gdb/riscv: Remove partial target description supportAndrew Burgess2-37/+6
2018-03-06gdb/riscv: Remove 'Contributed by....' commentsAndrew Burgess3-10/+6
2018-03-06gdb/riscv: Remove use of pseudo registersAndrew Burgess2-25/+6
2018-03-06btrace: Remove ui_out cleanupsSimon Marchi4-82/+35
2018-03-06btrace: Remove VEC cleanupsSimon Marchi3-35/+72
2018-03-06btrace: Remove btrace disable cleanupSimon Marchi2-14/+39
2018-03-06gdb/riscv: Fix type when reading register from regcacheAndrew Burgess2-1/+6
2018-03-06gdb/riscv: Additional print format string fixesAndrew Burgess2-2/+7
2018-03-06gdb/riscv: Fixes to printf format stringsAndrew Burgess2-31/+53
2018-03-06gdb: Initial baremetal riscv supportAndrew Burgess11-0/+3198
2018-03-06gdb/amd64: Ignore zero sized fields when calling functionsAndrew Burgess2-2/+8
2018-03-04Propagate gdb_disassembly_flags to btrace_print_linesSimon Marchi2-1/+6
2018-03-03Use signal information to determine SIGTRAP type for FreeBSD.John Baldwin2-0/+123
2018-03-03Add a new debug knob for the FreeBSD native target.John Baldwin5-0/+53
2018-03-03Implement "to_stopped_by_hw_breakpoint" for x86 debug registers.John Baldwin4-0/+75
2018-03-02handle_general_set: Remove useless xstrdupSimon Marchi2-4/+5
2018-03-02Remove free_char_ptr_vecSimon Marchi3-20/+5