aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-11-26python: Fix memleak in do_start_initializationSimon Marchi1-0/+6
2017-11-26Add include guards to common/format.hTom Tromey1-0/+4
2017-11-26Change maybe_disable_address_space_randomization to a classTom Tromey1-0/+12
2017-11-26Removes a cleanup from gcore.cTom Tromey1-0/+4
2017-11-26[spu] Fix single-stepping regressionUlrich Weigand1-0/+6
2017-11-25Adding ChangeLog entry for the last commit.Sergio Durigan Junior1-0/+9
2017-11-25Use TOLOWER in SYMBOL_HASH_NEXTPedro Alves1-0/+6
2017-11-25Fix completing an empty stringPedro Alves1-0/+5
2017-11-24Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves1-0/+20
2017-11-24(Ada) provide the exception message when hitting an exception catchpointJoel Brobecker1-0/+8
2017-11-24[spu] Fix spu-linux native buildUlrich Weigand1-0/+4
2017-11-24Workaround build bug with GCC 6.2.1Philipp Rudo1-0/+10
2017-11-24Fix aarch64-none-elf build errorAlan Hayward1-0/+4
2017-11-24Poison XNEW and friends for types that should use new/deleteSimon Marchi1-0/+29
2017-11-24Create private_thread_info hierarchySimon Marchi1-0/+81
2017-11-24remote: C++ify thread_item and threads_listing_contextSimon Marchi1-0/+33
2017-11-24Create private_inferior class hierarchySimon Marchi1-0/+55
2017-11-24Document linespec/explicit locations & completion improvements (manual + NEWS)Pedro Alves1-0/+5
2017-11-24Remove dead code in regcache::dumpYao Qi1-0/+4
2017-11-24cooked_read test for readonly regcacheYao Qi1-0/+5
2017-11-24regcache::cooked_read unit testYao Qi1-0/+25
2017-11-24Add xml selftests for aarch64 target description.Alan Hayward1-0/+5
2017-11-24Use flexible target descriptors for aarch64Alan Hayward1-0/+10
2017-11-24Add aarch64_create_target_descriptionAlan Hayward1-0/+14
2017-11-24Change value_contents_eq return boolYao Qi1-0/+7
2017-11-24Change register_changed_p returns boolYao Qi1-0/+6
2017-11-24Change tic6x target descriptionsYao Qi1-0/+12
2017-11-23Fix memory leak in list_available_thread_groupsSimon Marchi1-0/+5
2017-11-23Fix clang warnings about copy elisionSimon Marchi1-0/+4
2017-11-23Revert unexpected rename in previous patchSimon Marchi1-0/+7
2017-11-23Change int -> bool where applicable throughout varobjSimon Marchi1-0/+64
2017-11-22Convert DTrace probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-0/+66
2017-11-22Convert SystemTap probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-0/+67
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-0/+118
2017-11-22(Ada) ravenscar-thread.c: remove unwanted trailing \n in call to warningJoel Brobecker1-0/+5
2017-11-22C++ify osdataSimon Marchi1-0/+39
2017-11-22Show optimized out local variables in "info locals"Simon Marchi1-0/+5
2017-11-22Remove DEF_VEC_P (varobj_p)Simon Marchi1-0/+4
2017-11-22Replace VEC (varobj_update_result) with std::vectorSimon Marchi1-0/+12
2017-11-22Make varobj::children an std::vectorSimon Marchi1-0/+21
2017-11-22Basic c++ification of varobjSimon Marchi1-0/+19
2017-11-22Remove obsolete core-regset.cUlrich Weigand1-0/+5
2017-11-22Target FP: Make use of MPFR if availableUlrich Weigand1-0/+27
2017-11-22Target FP: Refactor use of host floating-point arithmeticUlrich Weigand1-0/+107
2017-11-22Fix build with GCC 8: strncpy ->strcpyYao Qi1-0/+4
2017-11-22Fix build with GCC 8: strncpy -> memcpyYao Qi1-0/+5
2017-11-21ravenscar: update inferior ptid with event ptidJerome Guitton1-0/+6
2017-11-21(Ada) crash connecting to TSIM simulatorJoel Brobecker1-0/+5
2017-11-21problem debugging ravenscar programs if runtime is strippedJoel Brobecker1-0/+11
2017-11-21Add multiple-CPU support in ravenscar-thread.cJoel Brobecker1-0/+29