aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-02C++ify charsetsSimon Marchi2-17/+37
2018-03-02Make program_space::deleted_solibs a vector of std::stringSimon Marchi7-23/+28
2018-03-02C++ify program_spaceSimon Marchi5-110/+114
2018-03-02Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi12-171/+148
2018-03-02Conditionally include "<windows.h>" on common/pathstuff.c (and unbreak build ...Sergio Durigan Junior2-0/+9
2018-03-02[GDB/testsuite] Use %progbits in watch-loc.cThomas Preud'homme3-2/+7
2018-03-01Improve gcore shell quoting and portabilityGeorg Sauthoff2-7/+12
2018-03-01Fix Rust enum test failuresTom Tromey2-2/+11
2018-03-01Propagate record_print_flagsSimon Marchi7-40/+54
2018-03-01btrace, gdbserver: check btrace target pointersMarkus Metzger3-18/+72
2018-02-28Change order of error message printed when gdbserver can't find CWDSergio Durigan Junior2-1/+6
2018-02-28Make gdbserver work with filename-only binariesSergio Durigan Junior11-47/+205
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior24-129/+276
2018-02-28testsuite: Restore gdb_is_target_remote_promptSimon Marchi2-8/+24
2018-02-27Workaround a FreeBSD ptrace() bug with clearing thread events.John Baldwin2-0/+38
2018-02-27Update get_args documentationPhil Muldoon2-3/+24
2018-02-27Change target_write_memory_blocks to use std::vectorTom Tromey4-228/+167
2018-02-27Explicitly specify common tdesc.h for use with aarch64.hAlan Hayward2-1/+5
2018-02-26Add test for load commandSimon Marchi4-8/+98
2018-02-26MIPS: Don't use a 32-bit BFD architecture with a 64-bit ABIMaciej W. Rozycki2-0/+13
2018-02-26MIPS: Reorder ABI determination ahead of target description loadingMaciej W. Rozycki2-182/+183
2018-02-26Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey8-18/+45
2018-02-26Make "bt N" print correct number of frames when using a frame filterTom Tromey6-2/+49
2018-02-26Handle DW_TAG_variant_part and DW_TAG_variantTom Tromey5-37/+470
2018-02-26Convert Rust to use discriminated unionsTom Tromey6-510/+640
2018-02-26Initial support for variant partsTom Tromey4-0/+113
2018-02-26Sign-extend non-bit-fields in unpack_bits_as_longTom Tromey4-3/+76
2018-02-26Move read_partial_die to partial_die_info::readYao Qi2-52/+64