aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-11-26python: Fix memleak in do_start_initializationSimon Marchi2-6/+12
2017-11-26Add include guards to common/format.hTom Tromey2-0/+9
2017-11-26Change maybe_disable_address_space_randomization to a classTom Tromey6-67/+72
2017-11-26Removes a cleanup from gcore.cTom Tromey2-9/+10
2017-11-26Fix broken ChangeLog entry for last commit.Ulrich Weigand1-0/+17
2017-11-26[spu] Fix various test casesUlrich Weigand22-72/+68
2017-11-26[spu] Fix single-stepping regressionUlrich Weigand2-3/+12
2017-11-25Adding ChangeLog entry for the last commit.Sergio Durigan Junior1-0/+9
2017-11-25Fix PR gdb/22491: Regression when setting SystemTap probe semaphoresSergio Durigan Junior1-4/+12
2017-11-25Use TOLOWER in SYMBOL_HASH_NEXTPedro Alves4-1/+9
2017-11-25Fix completing an empty stringPedro Alves5-6/+63
2017-11-25Add comprehensive C++ operator linespec/location/completion testsPedro Alves4-7/+843
2017-11-24Comprehensive C++ linespec/completer testsPedro Alves7-7/+1682
2017-11-24Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves5-22/+429
2017-11-24(Ada) provide the exception message when hitting an exception catchpointJoel Brobecker9-12/+118
2017-11-24Fix issues with gdb-memory-map.dtdSimon Marchi2-6/+9
2017-11-24[spu] Fix spu-linux gdbserver buildUlrich Weigand2-1/+5
2017-11-24[spu] Fix spu-linux native buildUlrich Weigand2-1/+6
2017-11-24Workaround build bug with GCC 6.2.1Philipp Rudo3-6/+16
2017-11-24Fix aarch64-none-elf build errorAlan Hayward2-1/+5
2017-11-24Poison XNEW and friends for types that should use new/deleteSimon Marchi4-8/+174
2017-11-24Create private_thread_info hierarchySimon Marchi11-169/+256
2017-11-24remote: C++ify thread_item and threads_listing_contextSimon Marchi6-121/+189
2017-11-24Create private_inferior class hierarchySimon Marchi7-192/+280
2017-11-24Document linespec/explicit locations & completion improvements (manual + NEWS)Pedro Alves4-22/+80
2017-11-24Remove dead code in regcache::dumpYao Qi2-4/+4
2017-11-24cooked_read test for readonly regcacheYao Qi2-0/+81
2017-11-24regcache::cooked_read unit testYao Qi5-49/+278
2017-11-24Add xml selftests for aarch64 target description.Alan Hayward7-0/+75
2017-11-24Use flexible target descriptors for aarch64Alan Hayward12-212/+244
2017-11-24gdbserver: add aarch64_create_target_descriptionAlan Hayward6-20/+85
2017-11-24Add aarch64_create_target_descriptionAlan Hayward9-5/+69
2017-11-24Change value_contents_eq return boolYao Qi4-19/+26
2017-11-24Change register_changed_p returns boolYao Qi2-20/+18
2017-11-24Change tic6x target descriptionsYao Qi11-44/+286
2017-11-23Fix memory leak in list_available_thread_groupsSimon Marchi2-16/+11
2017-11-23Fix clang warnings about copy elisionSimon Marchi2-2/+6
2017-11-23Revert unexpected rename in previous patchSimon Marchi2-3/+10
2017-11-23Change int -> bool where applicable throughout varobjSimon Marchi6-195/+257
2017-11-23[testsuite] Pass -g3 to clang in gdb.base/macscp.expYao Qi2-1/+5
2017-11-22Convert DTrace probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2-276/+340
2017-11-22Convert SystemTap probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2-273/+328
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior12-490/+524
2017-11-22(Ada) ravenscar-thread.c: remove unwanted trailing \n in call to warningJoel Brobecker2-1/+6
2017-11-22C++ify osdataSimon Marchi4-263/+138
2017-11-22Show optimized out local variables in "info locals"Simon Marchi6-0/+111
2017-11-22Remove DEF_VEC_P (varobj_p)Simon Marchi2-3/+4
2017-11-22Replace VEC (varobj_update_result) with std::vectorSimon Marchi4-129/+107
2017-11-22Make varobj::children an std::vectorSimon Marchi5-62/+74
2017-11-22Basic c++ification of varobjSimon Marchi3-116/+63