aboutsummaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Add common/ dir in build directoriesAlan Hayward2018-02-199-101/+81
* New class allocate_on_obstackYao Qi2018-02-165-24/+50
* Reset inferior::control on inferior exitYao Qi2018-02-152-0/+7
* delete ada-lang.c::ada_to_fixed_value_create advance declarationJoel Brobecker2018-02-142-3/+5
* Fix GDB crash after Quit thrown from unwinder snifferPedro Alves2018-02-144-1/+25
* Constify target_so_ops::bfd_openTom Tromey2018-02-146-9/+20
* Change openp et al to use a unique_xmalloc_ptrTom Tromey2018-02-1412-90/+98
* Move some declarations to source.hTom Tromey2018-02-148-27/+44
* Return unique_xmalloc_ptr from some solib.c functionsTom Tromey2018-02-147-51/+56
* Remove references to ada_name_for_lookup (deleted)Joel Brobecker2018-02-143-3/+7
* Use enum flags for flags passed to openpSimon Marchi2018-02-135-8/+25
* Fix prefix of maint set/show per-commandSimon Marchi2018-02-132-2/+7
* gdb: Remove cleanup from dw2_do_instantiate_symtabAndrew Burgess2018-02-122-35/+49
* Don't reference past the end of the vectorTom Tromey2018-02-092-1/+6
* btrace: reword error messagesMarkus Metzger2018-02-095-7/+21
* btrace: check perf_event_paranoidMarkus Metzger2018-02-092-2/+36
* btrace: improve enable error messagesMarkus Metzger2018-02-092-40/+38
* btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger2018-02-0916-373/+51
* btrace, gdbserver: use exceptions to convey btrace enable/disable errorsMarkus Metzger2018-02-095-39/+53
* btrace: prepare for throwing exceptions when enabling btraceMarkus Metzger2018-02-092-67/+58
* common: add scoped_mmapMarkus Metzger2018-02-094-0/+176
* common: add scoped_fdMarkus Metzger2018-02-094-0/+158
* Use gdb::unique_xmalloc_ptr in auto_load_section_scriptsTom Tromey2018-02-092-4/+7
* Use std::string in execute_script_contentsTom Tromey2018-02-092-12/+9
* gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1Joel Brobecker2018-02-092-3/+8
* Remove cleanups from solib.cTom Tromey2018-02-082-8/+11
* Use unique_xmalloc_ptr in build_id_to_debug_bfdTom Tromey2018-02-082-6/+7
* Use gdb::def_vector in find_source_linesTom Tromey2018-02-082-12/+12
* Remove cleanups from macro_define_commandTom Tromey2018-02-082-21/+28
* Use std::string in maybe_expandTom Tromey2018-02-082-14/+10
* Class-ify macro_bufferTom Tromey2018-02-082-240/+185
* Return unique_xmalloc_ptr from macro scope functionsTom Tromey2018-02-089-75/+65
* Remove make_cleanup_restore_current_thread from gdbserverTom Tromey2018-02-084-18/+12
* Remove a cleanup from gdbserverTom Tromey2018-02-082-5/+11
* Fix type of values representing optimized out static membersSimon Marchi2018-02-074-5/+15
* Remove some $ARCH_read_pc and $ARCH_write_pcYao Qi2018-02-067-85/+18
* Treat OP_F77_UNDETERMINED_ARGLIST as OP_FUNCALLYao Qi2018-02-062-1/+8
* Fix up one ChangeLog entry dateYao Qi2018-02-061-2/+3
* ppc64: Fix stwux encodingJan Kratochvil2018-02-051-1/+1
* Remove myself as a write-after-approval GDB maintainer.Antoine Tremblay2018-02-051-1/+0
* Use visitors for make_gdb_typeAlan Hayward2018-02-052-224/+272
* Align natural-format register values to the same columnRuslan Kabatsayev2018-02-052-10/+36
* Move comment in gdb/dwarf2read.c::dwarf2_physnameJoel Brobecker2018-02-042-8/+12
* gdb/testsuite: Remove use of dejagnu cleanup procAndrew Burgess2018-02-033-3/+5
* MI: Allow non-raw varobj evaluationLeszek Swirski via gdb-patches2018-02-027-2/+70
* Do not classify C struct members as a filenameLeszek Swirski2018-02-015-24/+74
* Rewrite arm_record_coproc_data_proc and arm_record_data_proc_misc_ld_strYao Qi2018-02-012-172/+334
* set ret signed in arm_record_extension_spaceYao Qi2018-02-012-1/+5
* Fix gdb.base/attach.exp fails when gdb is configured --with-sysroot=/Yao Qi2018-02-012-9/+11
* Fix for prologue processing on PowerPCNikola Prica2018-01-316-2/+117