aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-08Remove cleanups from macro_define_commandTom Tromey2-21/+28
2018-02-08Use std::string in maybe_expandTom Tromey2-14/+10
2018-02-08Class-ify macro_bufferTom Tromey2-240/+185
2018-02-08Return unique_xmalloc_ptr from macro scope functionsTom Tromey9-75/+65
2018-02-08Remove make_cleanup_restore_current_thread from gdbserverTom Tromey4-18/+12
2018-02-08Remove a cleanup from gdbserverTom Tromey2-5/+11
2018-02-07Fix type of values representing optimized out static membersSimon Marchi4-5/+15
2018-02-06Remove some $ARCH_read_pc and $ARCH_write_pcYao Qi7-85/+18
2018-02-06Treat OP_F77_UNDETERMINED_ARGLIST as OP_FUNCALLYao Qi2-1/+8
2018-02-06Fix up one ChangeLog entry dateYao Qi1-2/+3
2018-02-05ppc64: Fix stwux encodingJan Kratochvil1-1/+1
2018-02-05Remove myself as a write-after-approval GDB maintainer.Antoine Tremblay1-1/+0
2018-02-05Use visitors for make_gdb_typeAlan Hayward2-224/+272
2018-02-05Align natural-format register values to the same columnRuslan Kabatsayev2-10/+36
2018-02-04Move comment in gdb/dwarf2read.c::dwarf2_physnameJoel Brobecker2-8/+12
2018-02-03gdb/testsuite: Remove use of dejagnu cleanup procAndrew Burgess3-3/+5
2018-02-02MI: Allow non-raw varobj evaluationLeszek Swirski via gdb-patches7-2/+70
2018-02-01Do not classify C struct members as a filenameLeszek Swirski5-24/+74
2018-02-01Rewrite arm_record_coproc_data_proc and arm_record_data_proc_misc_ld_strYao Qi2-172/+334
2018-02-01set ret signed in arm_record_extension_spaceYao Qi2-1/+5
2018-02-01Fix gdb.base/attach.exp fails when gdb is configured --with-sysroot=/Yao Qi2-9/+11
2018-01-31Fix for prologue processing on PowerPCNikola Prica6-2/+117
2018-01-31gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves1-0/+12
2018-01-31gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves4-23/+14
2018-01-31(Ada) Add gdb-mi support for stopping at start of exception handler.Xavier Roirand7-2/+291
2018-01-31(Ada) C++fy conditional string when catching exception.Xavier Roirand3-27/+22
2018-01-31(Ada/MI) Add testcase for mi catch assert with conditionXavier Roirand3-0/+161
2018-01-31(Ada) Add testcase for catch assert with conditionXavier Roirand3-0/+151
2018-01-31internal-error using '@' (repeat) operator on array of dynamic objectsJoel Brobecker4-4/+37
2018-01-31Document the GDB 8.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2018-01-30s390: Fix gdb.base/all-architectures.exp with --enable-targets=allPhilipp Rudo5-14/+42
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves25-202/+1064
2018-01-30linux-nat: Eliminate custom target_terminal_{inferior,ours}, stop using set_s...Pedro Alves2-52/+36