summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Move frame_id_build_unavailable_stack staticusers/qiyao/frame-unwind-unavailable-3Yao Qi2018-03-132-19/+16
* Throw exceptions from rs6000 unwinderYao Qi2018-03-131-39/+15
* Throw exception in aarch64 unwinderYao Qi2018-03-131-42/+6
* Throw exception in i386 unwindersYao Qi2018-03-131-84/+27
* Throw exception in amd64 unwindersYao Qi2018-03-131-73/+22
* Throw exception in dwarf2 unwindersYao Qi2018-03-131-44/+19
* Handle unwinding exceptionsYao Qi2018-03-131-16/+93
* Fix ia64 GDB buildYao Qi2018-03-123-2/+9
* Use std::vector for field lists in dwarf2read.cTom Tromey2018-03-112-193/+112
* Remove cleanup from build_type_psymtabs_1Tom Tromey2018-03-112-20/+15
* Update "gdb --configuration" with recently added featuresEli Zaretskii2018-03-092-9/+41
* Use scoped_fd in more placesTom Tromey2018-03-084-46/+37
* Change enable_thread_stack_temporaries to an RAII classTom Tromey2018-03-085-84/+77
* Fix misreporting of omitted bytes for large remote packetsSimon Marchi2018-03-082-10/+11
* Use std::string to simplify build_id_to_debug_bfdSimon Marchi2018-03-082-22/+15
* Make find_separate_debug_file* return std::stringSimon Marchi2018-03-087-70/+66
* Add xml_escape_text_append and use itSimon Marchi2018-03-086-17/+58
* linux_qxfer_libraries_svr4: Use std::stringSimon Marchi2018-03-082-34/+16
* remote-stdio-gdbserver: Pass "target" to remote_exec to delete fileSimon Marchi2018-03-082-1/+7
* Don't redefine upload/download/file in gdbserver-baseSimon Marchi2018-03-082-22/+6
* Remove MAX_REGISTER_SIZE defineAlan Hayward2018-03-084-8/+7
* Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey2018-03-077-51/+45
* gdb: Add riscv to list of architectures with a save_reggroupAndrew Burgess2018-03-072-1/+7
* Fix watching structs in C++Andreas Arnez2018-03-075-2/+76
* Formatting fixes in rust-exp.yTom Tromey2018-03-062-10/+13
* gdb/riscv: Remove partial target description supportAndrew Burgess2018-03-062-37/+6
* gdb/riscv: Remove 'Contributed by....' commentsAndrew Burgess2018-03-063-10/+6
* gdb/riscv: Remove use of pseudo registersAndrew Burgess2018-03-062-25/+6
* btrace: Remove ui_out cleanupsSimon Marchi2018-03-064-82/+35
* btrace: Remove VEC cleanupsSimon Marchi2018-03-063-35/+72
* btrace: Remove btrace disable cleanupSimon Marchi2018-03-062-14/+39
* gdb/riscv: Fix type when reading register from regcacheAndrew Burgess2018-03-062-1/+6
* gdb/riscv: Additional print format string fixesAndrew Burgess2018-03-062-2/+7
* gdb/riscv: Fixes to printf format stringsAndrew Burgess2018-03-062-31/+53
* gdb: Initial baremetal riscv supportAndrew Burgess2018-03-0611-0/+3198
* gdb/amd64: Ignore zero sized fields when calling functionsAndrew Burgess2018-03-062-2/+8
* Propagate gdb_disassembly_flags to btrace_print_linesSimon Marchi2018-03-042-1/+6
* Use signal information to determine SIGTRAP type for FreeBSD.John Baldwin2018-03-032-0/+123
* Add a new debug knob for the FreeBSD native target.John Baldwin2018-03-035-0/+53
* Implement "to_stopped_by_hw_breakpoint" for x86 debug registers.John Baldwin2018-03-034-0/+75
* handle_general_set: Remove useless xstrdupSimon Marchi2018-03-022-4/+5
* Remove free_char_ptr_vecSimon Marchi2018-03-023-20/+5
* C++ify charsetsSimon Marchi2018-03-022-17/+37
* Make program_space::deleted_solibs a vector of std::stringSimon Marchi2018-03-027-23/+28
* C++ify program_spaceSimon Marchi2018-03-025-110/+114
* Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi2018-03-0212-171/+148
* Conditionally include "<windows.h>" on common/pathstuff.c (and unbreak build ...Sergio Durigan Junior2018-03-022-0/+9
* [GDB/testsuite] Use %progbits in watch-loc.cThomas Preud'homme2018-03-023-2/+7
* Improve gcore shell quoting and portabilityGeorg Sauthoff2018-03-012-7/+12
* Fix Rust enum test failuresTom Tromey2018-03-012-2/+11