aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2018-03-06gdb/amd64: Ignore zero sized fields when calling functionsAndrew Burgess1-0/+5
2018-03-04Propagate gdb_disassembly_flags to btrace_print_linesSimon Marchi1-0/+5
2018-03-03Use signal information to determine SIGTRAP type for FreeBSD.John Baldwin1-0/+16
2018-03-03Add a new debug knob for the FreeBSD native target.John Baldwin1-0/+8
2018-03-03Implement "to_stopped_by_hw_breakpoint" for x86 debug registers.John Baldwin1-0/+9
2018-03-02Remove free_char_ptr_vecSimon Marchi1-0/+5
2018-03-02C++ify charsetsSimon Marchi1-0/+8
2018-03-02Make program_space::deleted_solibs a vector of std::stringSimon Marchi1-0/+11
2018-03-02C++ify program_spaceSimon Marchi1-0/+16
2018-03-02Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi1-0/+32
2018-03-02Conditionally include "<windows.h>" on common/pathstuff.c (and unbreak build ...Sergio Durigan Junior1-0/+5
2018-03-01Improve gcore shell quoting and portabilityGeorg Sauthoff1-0/+5
2018-03-01Fix Rust enum test failuresTom Tromey1-0/+6
2018-03-01Propagate record_print_flagsSimon Marchi1-0/+17
2018-02-28Make gdbserver work with filename-only binariesSergio Durigan Junior1-0/+12
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+31
2018-02-27Workaround a FreeBSD ptrace() bug with clearing thread events.John Baldwin1-0/+6
2018-02-27Update get_args documentationPhil Muldoon1-0/+5
2018-02-27Change target_write_memory_blocks to use std::vectorTom Tromey1-0/+21
2018-02-27Explicitly specify common tdesc.h for use with aarch64.hAlan Hayward1-0/+4
2018-02-26MIPS: Don't use a 32-bit BFD architecture with a 64-bit ABIMaciej W. Rozycki1-0/+5
2018-02-26MIPS: Reorder ABI determination ahead of target description loadingMaciej W. Rozycki1-0/+5
2018-02-26Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey1-0/+20
2018-02-26Make "bt N" print correct number of frames when using a frame filterTom Tromey1-0/+10
2018-02-26Handle DW_TAG_variant_part and DW_TAG_variantTom Tromey1-0/+13
2018-02-26Convert Rust to use discriminated unionsTom Tromey1-0/+28
2018-02-26Initial support for variant partsTom Tromey1-0/+10
2018-02-26Sign-extend non-bit-fields in unpack_bits_as_longTom Tromey1-0/+7
2018-02-26Move read_partial_die to partial_die_info::readYao Qi1-0/+8
2018-02-26Move fixup_partial_die to partial_die_info::fixupYao Qi1-0/+9
2018-02-26Remove one argument abbrev_len in read_partial_dieYao Qi1-0/+6
2018-02-26Class-fy partial_die_infoYao Qi1-0/+8
2018-02-26Change find_partial_die_in_comp_unit to dwarf2_cu::find_partial_dieYao Qi1-0/+7
2018-02-26Don't check abbrev is NULL in read_partial_dieYao Qi1-0/+5
2018-02-26Re-write partial_die_info allocation in load_partial_diesYao Qi1-0/+4
2018-02-26Move arch/tdesc.h to common/tdesc.hAlan Hayward1-0/+32
2018-02-24Remove most cleanups from linux-thread-db.cTom Tromey1-0/+10
2018-02-24Remove cleanups from check_fast_tracepoint_salsTom Tromey1-0/+13
2018-02-23dwarf: Make sect_offset 64-bitsSimon Marchi1-0/+46
2018-02-21Add "common-defs.h" include to files in arch/ subdir not yet including it.John Baldwin1-0/+6
2018-02-21Remove a cleanup from parse_expression_for_completionTom Tromey1-0/+12
2018-02-21Remove a cleanup from call_function_by_hand_dummyTom Tromey1-0/+4
2018-02-21Pass readable_regcache to gdbarch method read_pcYao Qi1-0/+13
2018-02-21Move register_dump to regcache-dump.cYao Qi1-0/+13
2018-02-21Remove regcache::m_readonly_pYao Qi1-0/+19
2018-02-21No longer create readonly regcacheYao Qi1-0/+9
2018-02-21Replace regcache::dump with class register_dumpYao Qi1-0/+9
2018-02-21Class detached_regcacheYao Qi1-0/+20
2018-02-21Class readonly_detached_regcacheYao Qi1-0/+38
2018-02-21Remove regcache_save and regcache_cpyYao Qi1-0/+16