Remove the remaining SSE5 support
[binutils-gdb.git] / gdb /
2016-10-18 Pedro AlvesIntroduce gdb::unique_ptr
2016-10-18 Maciej W. Rozyckii386-tdep: Verify architecture before proceeding with...
2016-10-18 Maciej W. Rozyckitilegx-tdep: Correct aliasing errors in `tilegx_analyze...
2016-10-17 Simon MarchiFix duplicate test message in mi-trace-save.exp
2016-10-17 Simon MarchiFix comment in mi-trace-save.exp
2016-10-17 Simon MarchiFix -trace-save crash when argument is missing
2016-10-17 Pedro Alvesgdb: Fix phony iconv build
2016-10-14 Simon MarchiFix typos in trace commands doc
2016-10-14 Simon MarchiDocument -ctf switch of -trace-save
2016-10-14 Ulrich WeigandFix set sysroot command on AIX
2016-10-14 Markus Metzgerbtrace: remove leftover comment
2016-10-14 Eli ZaretskiiInclude strings.h where available
2016-10-13 Pedro AlvesARI: Remove true/false checks
2016-10-13 Yao QiShare proc get_var_address
2016-10-13 Yao QiSkip testing structures with floating points
2016-10-13 Tom TromeyUse std::string in macho_symfile_read_all_oso
2016-10-13 Tom TromeyRemove unnecessary null_cleanup
2016-10-13 Tom TromeyTurn wchar iterator into a class
2016-10-13 Tom TromeyChange selttest.c to use use std::vector
2016-10-13 Pedro AlvesConvert tid_range_parser and get_number_or_range to...
2016-10-12 Luis MachadoFixup gdb.python/py-value.exp for bare-metal aarch64-elf
2016-10-12 Anton Kolesovarc: Add support for Newlib
2016-10-12 Anton Kolesovarc: Add evaluation of long jump targets
2016-10-12 Anton Kolesovarc: Add a gdbarch_tdep structure
2016-10-12 Yao Qi[AArch64] Track FP registers in prologue analyzer
2016-10-11 Jan Kratochviltestsuite: Fix gdb.arch/powerpc-prologue.c compilation
2016-10-11 Jan Kratochviltestsuite: Use standard_output_file
2016-10-10 Yao QiShare enum arm_breakpoint_kinds
2016-10-10 Yao QiRename 'arch' by 'gdbarch' in m32c_gdbarch_init
2016-10-10 Yao QiRemove v850_dbtrap_breakpoint_from_pc
2016-10-08 Simon Marchiui-out.c: Remove unused parameter to push_level
2016-10-07 Joel BrobeckerDocument the GDB 7.12 release in gdb/ChangeLog
2016-10-07 Yao QiSet regdir in tdesc-regs.exp or arm
2016-10-07 Markus Metzgerpython: accept address and explicit locations in gdb...
2016-10-06 Sergio Durigan JuniorConsolidate API of target_supports_multi_process
2016-10-06 Pedro Alvesgdb: Remove some C compiler support leftovers
2016-10-06 Doug EvansFix gdb.Value->python conversion for large unsigned...
2016-10-06 Simon Marchiframe.h: Forward-declare struct ui_out
2016-10-06 Tom TromeyRemove Java support
2016-10-06 Maciej W. Rozyckimips-tdep: Make FCRs always 32-bit
2016-10-06 Maciej W. Rozyckimips-tdep: Rearrange comments in `mips_pseudo_register_...
2016-10-06 Maciej W. Rozyckitestsuite: solib-disc: Use `standard_output_file'
2016-10-06 Markus Metzgerstack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regression
2016-10-06 Pedro AlvesFix PR11094: JIT breakpoint is not properly recreated...
2016-10-06 Pedro AlvesFix a few gdb.base/jit-simple.exp problems
2016-10-06 Doug EvansMake "end" field in feature specs required again.
2016-10-05 Jan Kratochviltestsuite: Fix recent GCC FAIL: gdb.arch/i386-signal.exp
2016-10-05 Tom TromeyPR remote/20655 - small fix in handle_tracepoint_bkpts
2016-10-05 Tom TromeyPR gdb/20653 - small cleanup in string_to_explicit_location
2016-10-05 Tom TromeyPR symtab/20652 - fix psymbol_compare
2016-10-05 Yao QiSkip complex types tests if gdb_skip_float_test
2016-10-05 Anton KolesovFix incorrect formatting of a ChangeLog entry
2016-10-05 Andreas ArnezAllow DW_OP_GNU_uninit in dwarf_expr_require_composition
2016-10-05 Anton Kolesovarc: Remove annoying debug message
2016-10-05 Yao QiUpdate the path arm-*.xml files for aarch64
2016-10-05 Yao QiRegenerate some regformats/rs6000/*.dat files
2016-10-05 Yao QiGenerate s390 target description c files
2016-10-05 Yao QiSimplify i386, amd64 and x32 expedite registers
2016-10-05 Yao QiClean up the XML files for ARM
2016-10-03 Antoine TremblayAdd test for user context selection sync
2016-10-03 Antoine TremblayEmit inferior, thread and frame selection events to...
2016-09-30 Yao QiPR 20627: Use resume_stop to stop lwp
2016-09-29 Peter BergnerUpdate tests to account for the L operand being compulsory.
2016-09-29 Jan KratochvilPR gdb/20609 - attach of JIT-debug-enabled inf 7.11...
2016-09-28 Pedro AlvesFix PR 20345 - call_function_by_hand_dummy: Assertion...
2016-09-28 Tom TromeySmall improvements to the remote protocol manual
2016-09-27 Fredrik HederstiernaDetect the magic address of EXC_RETURN in ARM coretx...
2016-09-26 Yao QiCall debug_exit in linux_wait_1
2016-09-24 Jon TurneyFix a use of target_mourn_inferior in windows-nat.c
2016-09-23 Tom TromeyUse std::string rather than dyn-string
2016-09-23 Tom TromeyUse std::vector in objfiles.c
2016-09-23 Tom TromeyUse std::string, std::vector in rust-lang.c
2016-09-23 Tom TromeyUse std::string in cp-namespace.c
2016-09-23 Tom TromeyUse std::string in break-catch-sig.c
2016-09-23 Tom TromeyRemove some unnecessary code
2016-09-23 Yao QiReplace sprintf with xsnprintf in nat/linux-osdata.c
2016-09-23 Pedro Alvesgdb: Replace operator new / operator new[]
2016-09-22 Yao QiClose gdbserver in mi_gdb_exit
2016-09-22 Edjunior Barbosa... Fix build breakage from commit 6ec2b2
2016-09-22 Yao QiUse gdbserver-base in remote-gdbserver-on-localhost.exp
2016-09-22 Anton Kolesovarc: Fix ARI warning for printf(%p)
2016-09-22 Yao QiCheck the right proc name
2016-09-21 Anton KolesovAdd myself as a write-after-approval GDB maintainer
2016-09-21 Anton Kolesovarc: New Synopsys ARC port
2016-09-21 Edjunior Barbosa... ppc: Fix return of instruction handlers in ppc_process_...
2016-09-21 Tom TromeyPR gdb/20604 - fix "quit" when an invalid expression...
2016-09-21 Simon MarchiUpdate and add .gitignore's
2016-09-21 Edjunior Barbosa... ppc: Add Power ISA 3.0/POWER9 instructions record support
2016-09-21 Maciej W. RozyckiMIPS/testsuite: mips16-thunks: Use `standard_output_file'
2016-09-21 Yao QiKeep reserved bits in CPSR on write
2016-09-20 Tom TromeyAvoid -Wduplicated-cond warnings in gdb/python
2016-09-20 Edjunior Barbosa... ppc: Fix record support of Store String Word instructions
2016-09-20 Sergio Durigan JuniorUse 'event_ptid' instead of 'resume_ptid' on startup_in...
2016-09-19 Pedro Alvesgdb: Fix build breakage with GCC 4.1 and --disable-nls
2016-09-19 Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-09-18 Pedro Alvesgdb/s390: Fix build breakage due to std::min/std::max...
2016-09-18 Pedro Alvesgdb: Fix std::{min, max}-related build breakage on...
2016-09-16 Simon MarchiIntroduce cleanup to restore current_uiout
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-09-16 Andreas ArnezS390: Hardware breakpoint support
next