Convert SystemTap probe interface to C++ (and perform some cleanups)
[deliverable/binutils-gdb.git] / gdb /
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
2017-11-20  Simon MarchiRemove usage of find_inferior in win32-low.c
2017-11-20  Simon MarchiRemove usage of find_inferior in win32-i386-low.c
2017-11-17  Tom TromeyUse an enum to represent subclasses of symbol
2017-11-17  Tom TromeyMake template_symbol derive from symbol
2017-11-17  Tom TromeyHandle dereferencing Rust trait objects
2017-11-17  Simon MarchiRemove DEF_VEC_I (int)
2017-11-17  Simon MarchiMake process_info::syscalls_to_catch an std::vector
2017-11-17  Simon MarchiMake open_fds an std::vector
2017-11-17  Simon MarchiMake output_thread_groups take an std::vector<int>
2017-11-17  Joel Brobecker(Ada) fix handling of minimal symbols (UNOP_CAST and...
2017-11-17  Joel Brobeckerada-lang.c::ada_value_cast: remove unused parameter...
2017-11-16  Pedro AlvesTest breakpoint commands w/ "continue" + Ctrl-C
2017-11-16  Pedro AlvesPython unwinder sniffer: PyExc_KeyboardInterrupt -...
2017-11-16  Pedro AlvesDon't ever Quit out of resume
2017-11-16  Pedro AlvesFix stdin ending up not registered after a Quit
2017-11-16  Pedro AlvesFix swallowed "Quit" when inserting breakpoints
2017-11-16  Pedro Alvesgdb/inflow.c: Move SIGTTOU temporary ignoring to a...
2017-11-16  Pedro AlvesFix testing gdb.rust/modules.exp against gdbserver
2017-11-16  Ulrich WeigandRefactor endian handling in DFP routines
2017-11-16  Pedro AlvesGDBserver: Fix ignored Ctrl-C after reconnection
2017-11-16  Phil MuldoonAdd Python rbreak command.
2017-11-16  Pedro AlvesFix gdb.base/starti.exp racy test
2017-11-16  Yao QiRemove non-linux tic6x target descriptions
2017-11-16  Alan HaywardAllow osabi to be optional in target descriptions
2017-11-16  Yao QiFix tic6x-uclinux GDBserver build failure
2017-11-15  John BaldwinInclude <array> to declare std::array<>.
2017-11-15  John BaldwinConstify the 'arg' passed to commands in bsd-kvm.c.
2017-11-15  Simon Marchitui-win: Replace VEC with std::vector
2017-11-15  Simon MarchiFix gdb.tui/completion.exp test
2017-11-15  Andrew CagneyRemove no-longer applicable maintainer entries
2017-11-15  Andrew CagneyMove self to Past Maintainers.
2017-11-15  Yao QiRemove features/nios2-linux.c
2017-11-15  Alan HaywardBetter make rule for arch/ files built for IPA
2017-11-15  Yao QiFix M68HC11_NUM_REGS
2017-11-14  Paul CarrollFix 'xfered>0' assertion in target.c for remote connection
2017-11-14  Simon MarchiFix mem region parsing regression and add test
2017-11-14  Simon Marchigdb.opt/inline-locals.exp: Remove trailing parentheses...
2017-11-13  Andreas SchwabEnable hardware single step for m68k in GDBServer
2017-11-09  Pedro AlvesFix racy output matching in gdb.tui/tui-completion.exp
2017-11-09  Pedro AlvesFix racy output matching in gdb.base/multi-attach.exp...
2017-11-09  Pedro AlvesFix racy output matching in gdb.base/cpcompletion.exp
2017-11-09  Pedro AlvesFix racy output matching in gdb.base/memattr.exp
2017-11-09  Pedro AlvesFix racy output matching in gdb.base/completion.exp
2017-11-09  Pedro AlvesFix racy output matching in gdb.asm/asm-source.exp
2017-11-09  Joel Brobeckerfix typos in ada-lang.c comment
2017-11-09  Tom TromeySimplify the psymbol hash function
2017-11-09  Tom TromeySpeed up dict_hash
2017-11-09  Joel Brobeckerlocal variable watchpoint not deleted after leaving...
2017-11-09  Simon MarchiMake encode_actions_rsp use std::vector
2017-11-08  Pedro AlvesAvoid expensive complaint calls when complaints are...
2017-11-08  Djordje TodorovicAdd test for fetching TLS from core file
2017-11-08  Tom TromeyRemove symbolp vector
2017-11-08  Pedro AlvesMake the linespec/location completer ignore data symbols
2017-11-08  Pedro AlvesUse search_domain::FUNCTIONS_DOMAIN when setting breakp...
2017-11-08  Pedro AlvesSimplify completion_list_add_name | remove sym_text...
2017-11-08  Pedro Alveslookup_name_info::make_ignore_params
2017-11-08  Pedro AlvesReorder/reindent dw2_expand_symtabs_matching & friends
2017-11-08  Pedro AlvesOptimize .gdb_index symbol name searching
2017-11-08  Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-08  Pedro AlvesPer-language symbol name hashing algorithm
2017-11-08  Pedro AlvesFix "make test-cp-name-parser"
next
This page took 0.043529 seconds and 7 git commands to generate.