Give Palmer co-credit for last patch.
[binutils-gdb.git] / gdb /
2017-11-29 Phil MuldoonFix Python rbreak tests setting too many breakpoints...
2017-11-29 Tom TromeyUpdate usage text for add-symbol-file, symbol-file...
2017-11-29 Tom TromeyFix add-symbol-file usage and errors
2017-11-29 Thomas Preud'homme[gdb/testsuite] Fix return type of psymtab-parameter
2017-11-29 Thomas Preud'homme[gdb/testsuite] Fix wrong return type in tests
2017-11-27 Tom TromeyRemove REMOTE_OBS
2017-11-27 Tom TromeyMove target object files to target subdirectory
2017-11-27 Tom TromeyAdd missing files to COMMON_SFILES
2017-11-27 Tom TromeySimplify COMMON_OBS by using list of sources
2017-11-27 Tom TromeyDefine YYOBJ in terms of YYFILES
2017-11-27 Tom TromeyMove python object files to python subdirectory
2017-11-27 Tom TromeyMove guile object files to guile subdirectory
2017-11-27 Tom TromeyMove unittests object files to unittests subdirectory
2017-11-27 Tom TromeyMove tui object files to tui subdirectory
2017-11-27 Tom TromeyMove compile object files to compile subdirectory
2017-11-27 Tom TromeyMove mi objects to mi subdirectory
2017-11-27 Tom TromeyMove cli object files to cli subdirectory
2017-11-27 Tom TromeyA simpler way to make the "arch" build directory
2017-11-27 Joel Brobeckerfix two issues in gdb.ada/mi_catch_ex.exp (re: "excepti...
2017-11-27 Dominik CzarnotaUpdate find command help and search memory docs
2017-11-27 Simon Marchipython: Fix memleak in do_start_initialization
2017-11-26 Tom TromeyAdd include guards to common/format.h
2017-11-26 Tom TromeyChange maybe_disable_address_space_randomization to...
2017-11-26 Tom TromeyRemoves a cleanup from gcore.c
2017-11-26 Ulrich WeigandFix broken ChangeLog entry for last commit.
2017-11-26 Ulrich Weigand[spu] Fix various test cases
2017-11-26 Ulrich Weigand[spu] Fix single-stepping regression
2017-11-25 Sergio Durigan JuniorAdding ChangeLog entry for the last commit.
2017-11-25 Sergio Durigan JuniorFix PR gdb/22491: Regression when setting SystemTap...
2017-11-25 Pedro AlvesUse TOLOWER in SYMBOL_HASH_NEXT
2017-11-25 Pedro AlvesFix completing an empty string
2017-11-25 Pedro AlvesAdd comprehensive C++ operator linespec/location/comple...
2017-11-24 Pedro AlvesComprehensive C++ linespec/completer tests
2017-11-24 Pedro AlvesMake strcmp_iw NOT ignore whitespace in the middle...
2017-11-24 Joel Brobecker(Ada) provide the exception message when hitting an...
2017-11-24 Simon MarchiFix issues with gdb-memory-map.dtd
2017-11-24 Ulrich Weigand[spu] Fix spu-linux gdbserver build
2017-11-24 Ulrich Weigand[spu] Fix spu-linux native build
2017-11-24 Philipp RudoWorkaround build bug with GCC 6.2.1
2017-11-24 Alan HaywardFix aarch64-none-elf build error
2017-11-24 Simon MarchiPoison XNEW and friends for types that should use new...
2017-11-24 Simon MarchiCreate private_thread_info hierarchy
2017-11-24 Simon Marchiremote: C++ify thread_item and threads_listing_context
2017-11-24 Simon MarchiCreate private_inferior class hierarchy
2017-11-24 Pedro AlvesDocument linespec/explicit locations & completion impro...
2017-11-24 Yao QiRemove dead code in regcache::dump
2017-11-24 Yao Qicooked_read test for readonly regcache
2017-11-24 Yao Qiregcache::cooked_read unit test
2017-11-24 Alan HaywardAdd xml selftests for aarch64 target description.
2017-11-24 Alan HaywardUse flexible target descriptors for aarch64
2017-11-24 Alan Haywardgdbserver: add aarch64_create_target_description
2017-11-24 Alan HaywardAdd aarch64_create_target_description
2017-11-24 Yao QiChange value_contents_eq return bool
2017-11-24 Yao QiChange register_changed_p returns bool
2017-11-24 Yao QiChange tic6x target descriptions
2017-11-24 Simon MarchiFix memory leak in list_available_thread_groups
2017-11-23 Simon MarchiFix clang warnings about copy elision
2017-11-23 Simon MarchiRevert unexpected rename in previous patch
2017-11-23 Simon MarchiChange int -> bool where applicable throughout varobj
2017-11-23 Yao Qi[testsuite] Pass -g3 to clang in gdb.base/macscp.exp
2017-11-23 Sergio Durigan JuniorConvert DTrace probe interface to C++ (and perform...
2017-11-23 Sergio Durigan JuniorConvert SystemTap probe interface to C++ (and perform...
2017-11-23 Sergio Durigan JuniorConvert generic probe interface to C++ (and perform...
2017-11-22 Joel Brobecker(Ada) ravenscar-thread.c: remove unwanted trailing...
2017-11-22 Simon MarchiC++ify osdata
2017-11-22 Simon MarchiShow optimized out local variables in "info locals"
2017-11-22 Simon MarchiRemove DEF_VEC_P (varobj_p)
2017-11-22 Simon MarchiReplace VEC (varobj_update_result) with std::vector
2017-11-22 Simon MarchiMake varobj::children an std::vector
2017-11-22 Simon MarchiBasic c++ification of varobj
2017-11-22 Ulrich WeigandRemove obsolete core-regset.c
2017-11-22 Yao Qi[testsuite] Pass pthreads in prepare_for_testing
2017-11-22 Yao Qi[testsuite] Don't skip gdb.dwarf2/pr10770.exp for non...
2017-11-22 Yao Qi[testsuite] Pass -pie in ldflags
2017-11-22 Ulrich WeigandTarget FP: Make use of MPFR if available
2017-11-22 Ulrich WeigandTarget FP: Refactor use of host floating-point arithmetic
2017-11-22 Yao QiFix build with GCC 8: strncpy ->strcpy
2017-11-22 Yao QiFix build with GCC 8: strncpy -> memcpy
2017-11-21 Jerome Guittonravenscar: update inferior ptid with event ptid
2017-11-21 Joel Brobecker(Ada) crash connecting to TSIM simulator
2017-11-21 Joel Brobeckerproblem debugging ravenscar programs if runtime is...
2017-11-21 Joel BrobeckerAdd multiple-CPU support in ravenscar-thread.c
2017-11-21 Joel BrobeckerProvide the "Base CPU" in output of "info task" (if...
2017-11-21 Joel Brobeckerwatchpoint regression debugging with remote protocol...
2017-11-21 Ulrich Weigand[PowerPC] Detect different long double floating-point...
2017-11-21 Pedro Alvesgdb.ada/minsyms.exp: Don't hardcode the variable's...
2017-11-21 Simon MarchiFix build failure in darwin-nat.c
2017-11-21 Pedro AlvesFix mapped_index::find_name_components_bounds upper...
2017-11-21 Pedro AlvesUnit test name-component bounds searching directly
2017-11-21 Pedro Alves0xff chars in name components table; cp-name-parser...
2017-11-20 Pedro AlvesFix gdb.base/whatis-ptype-typedefs.exp on 32-bit archs
2017-11-20 Simon MarchiRemove usage of find_inferior when calling kill_one_lwp...
2017-11-20 Simon MarchiRemove usages of find_thread when calling need_step_over_p
2017-11-20 Simon MarchiRemove usage of find_thread when calling resume_status_...
2017-11-20 Simon MarchiRemove usage of find_inferior when calling linux_set_re...
2017-11-20 Simon MarchiRemove usage of find_inferior in linux_stabilize_threads
2017-11-20 Simon MarchiRemove usage of find_inferior in unsuspend_all_lwps
2017-11-20 Simon MarchiRemove usage of find_inferior in iterate_over_lwps
2017-11-20 Simon MarchiRemove usage of find_inferior in reset_lwp_ptrace_optio...
2017-11-20 Simon MarchiRemove usages of find_inferior in linux-arm-low.c
next