aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-26Move fixup_partial_die to partial_die_info::fixupYao Qi2-38/+44
2018-02-26Remove one argument abbrev_len in read_partial_dieYao Qi2-7/+11
2018-02-26Class-fy partial_die_infoYao Qi2-26/+70
2018-02-26Change find_partial_die_in_comp_unit to dwarf2_cu::find_partial_dieYao Qi2-6/+15
2018-02-26Don't check abbrev is NULL in read_partial_dieYao Qi2-10/+12
2018-02-26Re-write partial_die_info allocation in load_partial_diesYao Qi2-30/+29
2018-02-26Move arch/tdesc.h to common/tdesc.hAlan Hayward32-53/+90
2018-02-25Fix double space expected in cp_test_ptype_classSimon Marchi2-1/+6
2018-02-24Remove most cleanups from linux-thread-db.cTom Tromey2-103/+49
2018-02-24Remove cleanups from check_fast_tracepoint_salsTom Tromey8-23/+28
2018-02-23GDB/testsuite: Fix a typo in $actual_lineMaciej W. Rozycki2-1/+6
2018-02-23dwarf: Make sect_offset 64-bitsSimon Marchi3-168/+225
2018-02-21Fix a typo.John Baldwin2-1/+5
2018-02-21Add "common-defs.h" include to files in arch/ subdir not yet including it.John Baldwin4-1/+9
2018-02-21Remove a cleanup from parse_expression_for_completionTom Tromey6-34/+38
2018-02-21Remove a cleanup from call_function_by_hand_dummyTom Tromey2-13/+10
2018-02-21Pass readable_regcache to gdbarch method read_pcYao Qi9-16/+31
2018-02-21Move register_dump to regcache-dump.cYao Qi5-416/+459
2018-02-21Remove regcache::m_readonly_pYao Qi3-33/+38
2018-02-21No longer create readonly regcacheYao Qi4-29/+67
2018-02-21Replace regcache::dump with class register_dumpYao Qi3-207/+294
2018-02-21Class detached_regcacheYao Qi5-61/+65
2018-02-21Class readonly_detached_regcacheYao Qi12-64/+118
2018-02-21Remove regcache_save and regcache_cpyYao Qi7-46/+36