aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-14Change openp et al to use a unique_xmalloc_ptrTom Tromey12-90/+98
2018-02-14Move some declarations to source.hTom Tromey8-27/+44
2018-02-14Return unique_xmalloc_ptr from some solib.c functionsTom Tromey7-51/+56
2018-02-14Remove references to ada_name_for_lookup (deleted)Joel Brobecker3-3/+7
2018-02-13Use enum flags for flags passed to openpSimon Marchi5-8/+25
2018-02-13Fix prefix of maint set/show per-commandSimon Marchi2-2/+7
2018-02-12gdb: Remove cleanup from dw2_do_instantiate_symtabAndrew Burgess2-35/+49
2018-02-09Don't reference past the end of the vectorTom Tromey2-1/+6
2018-02-09btrace: reword error messagesMarkus Metzger5-7/+21
2018-02-09btrace: check perf_event_paranoidMarkus Metzger2-2/+36
2018-02-09btrace: improve enable error messagesMarkus Metzger2-40/+38
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger16-373/+51
2018-02-09btrace, gdbserver: use exceptions to convey btrace enable/disable errorsMarkus Metzger5-39/+53
2018-02-09btrace: prepare for throwing exceptions when enabling btraceMarkus Metzger2-67/+58
2018-02-09common: add scoped_mmapMarkus Metzger4-0/+176
2018-02-09common: add scoped_fdMarkus Metzger4-0/+158
2018-02-09Use gdb::unique_xmalloc_ptr in auto_load_section_scriptsTom Tromey2-4/+7
2018-02-09Use std::string in execute_script_contentsTom Tromey2-12/+9
2018-02-09gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1Joel Brobecker2-3/+8
2018-02-08Remove cleanups from solib.cTom Tromey2-8/+11
2018-02-08Use unique_xmalloc_ptr in build_id_to_debug_bfdTom Tromey2-6/+7
2018-02-08Use gdb::def_vector in find_source_linesTom Tromey2-12/+12