aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-21sim/erc32: Remove unused defines in Makefile and switch off statisticsJiri Gaisler2-1/+5
2015-02-21sim/erc32: Use fenv.h for host FPU accessJiri Gaisler2-161/+35
2015-02-21sim/erc32: Perform pseudo-init if binary linked to non-zero address.Jiri Gaisler4-0/+37
2015-02-21sim/erc32: Corrected wrong CPU implementation and version ID in psrJiri Gaisler2-1/+5
2015-02-21sim/erc32: Disassembly in stand-alone mode did not work.Jiri Gaisler2-3/+19
2015-02-22Automatic date update in version.inGDB Administrator1-1/+1
2015-02-21binutils: readelf: add missing newline to warning messageMike Frysinger2-1/+6
2015-02-21Testsuite patch for: i386: Fix internal error when prstatus in core file is t...Jan Kratochvil3-0/+64
2015-02-21gdb.threads/multi-create-ns-info-thr.exp and native-extended-remote boardPedro Alves2-1/+8
2015-02-21Automatic date update in version.inGDB Administrator1-1/+1
2015-02-20Fix gdb.base/solib-corrupted.exp after dtrace probes changesPedro Alves2-1/+6
2015-02-20GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves10-172/+291
2015-02-20linux-nat.c: fix a few lin_lwp_attach_lwp issuesPedro Alves2-21/+47
2015-02-20Garbage collect forward_target_decr_pc_after_breakPedro Alves2-4/+5
2015-02-20fix gdbserver/linux-low'c's pending status handlingPedro Alves2-3/+6
2015-02-20Fix no-attach-trace.exp with "target remote" / gdbserverPedro Alves2-9/+10
2015-02-20PR18006: internal error if threaded program calls clone(CLONE_VM)Pedro Alves5-0/+130
2015-02-20Document the GDB 7.9 release in gdb/ChangeLogJoel Brobecker1-0/+4
2015-02-20S390: Support new vector register sectionsAndreas Arnez7-0/+88
2015-02-20sim: drop unused headersMike Frysinger9-288/+25
2015-02-19sim: drop unused sim_kill functionMike Frysinger10-36/+20
2015-02-20Automatic date update in version.inGDB Administrator1-1/+1
2015-02-20sim: ChangeLog: Correct the related items position and format.Chen Gang4-20/+18
2015-02-19Wrap a few opcodes headers in extern "C" for C++Pedro Alves9-0/+69
2015-02-19floatformat.h: Wrap in extern "C"Pedro Alves2-0/+12
2015-02-192015-02-19 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2-3/+12
2015-02-19Fix non executable stack handling when calling functions in the inferior.Antoine Tremblay9-18/+142
2015-02-19[gdb/ax] small "setv" fix and documentation's adjustment.David Taylor4-2/+10
2015-02-19Use nm/readelf with "failif"H.J. Lu4-0/+25
2015-02-19Fix buffer overrun in verilog codeBranko Drevensek2-1/+6
2015-02-19sim: microblaze: fix build failure after opcodes updateMike Frysinger2-3/+7
2015-02-19tidy _bfd_elf_define_linkage_symAlan Modra2-3/+6
2015-02-19gas doc warning fixesAlan Modra3-23/+28
2015-02-19Strip undefined symbols from .symtabAlan Modra19-56/+53
2015-02-19Automatic date update in version.inGDB Administrator1-1/+1
2015-02-18Add missing gdb/ChangeLog entry for previous change.Patrick Palka1-0/+15
2015-02-18Asynchronously resize the TUIPatrick Palka2-39/+41
2015-02-18Factorize target program transformations in the GDB_AC_TRANSFORM macro.Jose E. Marchesi10-60/+91
2015-02-18Fix gold error: hidden symbol '...' is not defined locallyAlan Modra2-0/+7
2015-02-18Automatic date update in version.inGDB Administrator1-1/+1
2015-02-17Simplify Garbage_collection::add_reference a bit.Rafael Ávila de Espíndola2-5/+6
2015-02-17avoid std::vector copy.Rafael Ávila de Espíndola2-1/+5
2015-02-17Use std::upper_bound to simplify code a bit.Rafael Ávila de Espíndola2-8/+9
2015-02-17Announce the DTrace USDT probes support in NEWS.Jose E. Marchesi2-0/+7
2015-02-17Documentation for DTrace USDT probes.Jose E. Marchesi2-19/+47
2015-02-17Simple testsuite for DTrace USDT probes.Jose E. Marchesi8-0/+1357
2015-02-17Support for DTrace USDT probes in x86_64 targets.Jose E. Marchesi2-0/+164
2015-02-17New probe type: DTrace USDT probes.Jose E. Marchesi6-4/+960
2015-02-17New gdbarch functions: dtrace_parse_probe_argument, dtrace_probe_is_enabled, ...Jose E. Marchesi4-0/+189
2015-02-17New commands `enable probe' and `disable probe'.Jose E. Marchesi6-16/+198