aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi32-122/+247
2018-02-21Class reg_bufferYao Qi3-35/+68
2018-02-20remote-sim: Add missing ATTRIBUTE_PRINTFSimon Marchi2-5/+10
2018-02-20gnulib: import mkstempMarkus Metzger16-21/+938
2018-02-20btrace, testsuite: do not force BTSMarkus Metzger2-9/+10
2018-02-20Fix make 3.81 build errorsAlan Hayward2-13/+18
2018-02-19gdb/doc: Additional information about 'info line'Andrew Burgess2-6/+18
2018-02-19Add common/ dir in build directoriesAlan Hayward9-101/+81
2018-02-16New class allocate_on_obstackYao Qi5-24/+50
2018-02-15Reset inferior::control on inferior exitYao Qi2-0/+7
2018-02-14delete ada-lang.c::ada_to_fixed_value_create advance declarationJoel Brobecker2-3/+5
2018-02-14Fix GDB crash after Quit thrown from unwinder snifferPedro Alves4-1/+25
2018-02-14Constify target_so_ops::bfd_openTom Tromey6-9/+20