summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves2018-01-311-0/+12
* gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves2018-01-314-23/+14
* (Ada) Add gdb-mi support for stopping at start of exception handler.Xavier Roirand2018-01-317-2/+291
* (Ada) C++fy conditional string when catching exception.Xavier Roirand2018-01-313-27/+22
* (Ada/MI) Add testcase for mi catch assert with conditionXavier Roirand2018-01-313-0/+161
* (Ada) Add testcase for catch assert with conditionXavier Roirand2018-01-313-0/+151
* internal-error using '@' (repeat) operator on array of dynamic objectsJoel Brobecker2018-01-314-4/+37
* Document the GDB 8.1 release in gdb/ChangeLogJoel Brobecker2018-01-311-0/+4
* s390: Fix gdb.base/all-architectures.exp with --enable-targets=allPhilipp Rudo2018-01-305-14/+42
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-3025-202/+1064
* linux-nat: Eliminate custom target_terminal_{inferior,ours}, stop using set_s...Pedro Alves2018-01-302-52/+36
* gdb.base/break.exp: fix last "info break" test failure on Ubuntu 16.04Joel Brobecker2018-01-292-2/+22
* Don't call "detach_inferior" on "remote_follow_fork"Sergio Durigan Junior2018-01-292-1/+4
* Remove dwarf2_per_objfile_free and use after free of dwarf2_per_objfileSimon Marchi2018-01-282-33/+33
* Avoid compilation errors in MinGW native builds of GDBEli Zaretskii2018-01-272-0/+28
* Add myself as a write-after-approval GDB maintainer.Alan Hayward2018-01-262-1/+5
* Add myself as a write-after-approval GDB maintainer.Alan Hayward2018-01-262-0/+5
* PowerPC PLT stub matchingAlan Modra2018-01-265-42/+83