deliverable/binutils-gdb.git
2015-08-06  Simon MarchiAdd casts for legitimate integer to enum conversions
2015-08-06  Simon MarchiAdd missing ChangeLog entry header
2015-08-06  Simon MarchiFix ChangeLog formatting
2015-08-06  Pedro Alvesgdbserver/tracepoint.c: make exported IPA global int...
2015-08-06  Pedro Alvesgdbserver: no point in hiding the regcache type nowadays
2015-08-06  Clem DickeyPR python/17136
2015-08-06  Pedro Alvesgdbserver: fix silent error exit
2015-08-06  Simon MarchiChange type of struct complaints::series
2015-08-06  Pedro Alvesgdbserver: move_out_of_jump_pad_callback misses switchi...
2015-08-06  Pedro AlvesFix gdbserver --debug issues caught by Valgrind
2015-08-06  Pedro AlvesRevert "test slowdown"
2015-08-06  Pedro AlvesTest for PR18749: problems if whole process dies while...
2015-08-06  Pedro Alvestest slowdown
2015-08-06  Pierre LangloisRemove required field in agent's symbols
2015-08-06  Pedro Alvesgdbserver: Fix non-stop / fork / step-over issues
2015-08-06  Pedro AlvesLinux gdbserver confused when event randomization picks...
2015-08-06  Pedro AlvesLinux gdbserver fork event debug output
2015-08-06  Alan ModraRevert ALIGN changes
2015-08-06  GDB AdministratorAutomatic date update in version.in
2015-08-05  Pedro Alvesstepping is disturbed by setjmp/longjmp | try/catch...
2015-08-05  Nick CliftonChange the behaviour of the --only-keep-debug option...
2015-08-05  Ulrich WeigandProtect nat/gdb_thread_db.h against multiple inclusion.
2015-08-05  Nick CliftonFix building GDB for the M32C by providing a stub sim_i...
2015-08-05  Yao QiRemove get_thread_id
2015-08-05  GDB AdministratorAutomatic date update in version.in
2015-08-04  Ciro Santillipython: fix Linetable case to LineTable in docstrings...
2015-08-04  Yuriy M. KaminskiyFix stack buffer overflows when parsing corrupt ihex...
2015-08-04  Nick CliftonFix memory leak in ar if it encounters an invalid path...
2015-08-04  Yao QiDisable tracepoint support for aarch32
2015-08-04  Yao QiDisable Z0 packet on aarch64 on multi-arch debugging
2015-08-04  Yao QiGet and set PC correctly on aarch64 in multi-arch
2015-08-04  Yao QiUse arm target description and regs_info for 32-bit...
2015-08-04  Yao QiNew regs_info for aarch32
2015-08-04  Yao QiMove have_ptrace_getregset to linux-low.c
2015-08-04  Jan Kratochvilsignal_command: Leftover cleanup chain regression
2015-08-04  Jan KratochvilASAN attach crash - 7.9 regression
2015-08-04  Andrew Burgessld: map option for run_dump_test requires no program.
2015-08-04  Andrew Burgessld: Add file based error/warning regexp for run_dump_test.
2015-08-04  Andrew Burgessld: Add '--require-defined' command line option.
2015-08-04  Pedro AlvesC++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbse...
2015-08-04  Nick CliftonUpdate description of proc run_dump_test
2015-08-04  Thomas Preud... 2015-08-04 Thomas Preud'homme <thomas.preudhomme...
2015-08-04  GDB AdministratorAutomatic date update in version.in
2015-08-03  Andrew Burgessld/doc: Document that multiple MEMORY commands are...
2015-08-03  Hans-Peter... Fix ChangeLog for "FAIL: -Bsymbolic-functions" for...
2015-08-03  Sandra LoosemoreNios II R2 support for GDB.
2015-08-03  Hans-Peter... Fix "FAIL: -Bsymbolic-functions" for cris-linux in ld
2015-08-03  Sandra LoosemoreFurther robustify gdb.base/bp-permanent.exp.
2015-08-03  Pedro Alvesdwarf2read.c: fix latent buglet
2015-08-03  Doug EvansMissing changelog entry for previous commit: Add gmonst...
2015-08-03  Doug EvansFix file paths in earlier entry.
2015-08-03  Doug Evansgdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change...
2015-08-03  Doug EvansAdd parallel build support for perf tests.
2015-08-03  Doug EvansMove basic perf-test output from perftest.log to perfte...
2015-08-03  Ulrich WeigandFix build error due to uninitialized variable warning
2015-08-03  Yao QiEnum fix for arm-linux-nat.c
2015-08-03  Nick CliftonFix thinkos in the description of the --hash-size comma...
2015-08-03  Pierre-Marie... Fix the block_found refactoring ChangeLog entry
2015-08-03  GDB AdministratorAutomatic date update in version.in
2015-08-02  Pedro AlvesUnbreak PPC gdb builds
2015-08-02  Pierre-Marie... Complete the previous commit (block_found refactoring)
2015-08-02  GDB AdministratorAutomatic date update in version.in
2015-08-01  Pierre-Marie... Replace the block_found global with explicit data-flow
2015-08-01  GDB AdministratorAutomatic date update in version.in
2015-07-31  Pedro Alvestestsuite: tcl exec& -> 'kill -9 $pid' is racy (attach...
2015-07-31  Simon MarchiFix m32r_remove_watchpoint parameter type
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-07-31  GDB AdministratorAutomatic date update in version.in
2015-07-30  Sandra LoosemoreReplace incorrect patch to gdb.cp/var-tag.exp.
2015-07-30  Sandra LoosemoreDon't allow non-stack memory writes in the prologue...
2015-07-30  Sandra LoosemoreUpdate trap/break handling in nios2 prologue analyzer.
2015-07-30  Sandra LoosemoreRestrict gdb.arch/ppc64-symtab-cordic.exp to ppc64...
2015-07-30  Sandra LoosemoreReapply fix for gdb.cp/var-tag.exp C++ failures.
2015-07-30  Pedro Alvesremote follow fork and spurious child stops in non...
2015-07-30  Pedro AlvesPR threads/18600: Inferiors left around after fork...
2015-07-30  Pedro AlvesPR threads/18600: Threads left stopped after fork+threa...
2015-07-30  Pierre LangloisRemove isize output argument from fast_tracepoint_valid_at
2015-07-30  Yao QiRemove global variable arm_hwcap
2015-07-30  Yao QiUse regcache->tdesc instead of arm_hwcap
2015-07-30  Yao QiDon't use arm_regmap and arm_num_regs in arm_fill_gregs...
2015-07-30  Yao QiMove ARM register numbers enum to arch/arm.h
2015-07-30  Pierre Langlois[AArch64] Rename boolean arguments in decoding functions
2015-07-30  H.J. LuProperly disassemble movnti in Intel mode
2015-07-30  H.J. LuDon't change the default symbol for relocatable link
2015-07-30  GDB AdministratorAutomatic date update in version.in
2015-07-29  Simon MarchiMIPS ptrace build fixes
2015-07-29  Patrick Palkabatch-preserve-term-settings.exp: use send_quit_command...
2015-07-29  H.J. LuUse noclone attribute only for GCC 4.5 or newer
2015-07-29  H.J. LuMove run-time support check for size relocation
2015-07-29  Patrick PalkaTest that terminal settings are restored after quitting...
2015-07-29  H.J. LuDon't set link_info.executable for "ld -r"
2015-07-29  Pedro AlvesMake gdb.base/multi-forks.exp work with the native...
2015-07-29  Sergio Durigan... Uniquefy gdb.threads/attach-into-signal.exp
2015-07-29  Sergio Durigan... Fix typo in gdb.python/py-objfile.exp
2015-07-29  Patrick PalkaMake sure terminal settings are restored before exiting
2015-07-29  Patrick PalkaInitialize terminal_state to terminal_is_ours
2015-07-29  Patrick PalkaClean up batch-preserve-term-settings.exp
2015-07-29  Yao QiPR record/18691: Fix fails in solib-precsave.exp
2015-07-29  Pedro AlvesDon't set gdb,noinferiorio on gdbserver boards
2015-07-29  Pedro Alvesinterrupt.exp: Revert back to checking gdb,noinferiorio...
next
This page took 0.044148 seconds and 4 git commands to generate.