aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-17Move `compute_probe_arg' and `compile_probe_arg' to probe.cJose E. Marchesi5-110/+127
2015-02-17Adapt `info probes' to support printing probes of different types.Jose E. Marchesi4-10/+96
2015-02-18Properly place the NULL STT_FILE symbol revistitedAlan Modra33-93/+114
2015-02-17Remove superfluous function key_is_command_char()Patrick Palka2-15/+7
2015-02-17TUI: resize windows to new terminal size before displaying themPedro Alves2-6/+15
2015-02-17Fix GDB build fail on Aarch64 when -fno-common is enabledMaxim Ostapenko3-3/+10
2015-02-17[gold] Recognize DWARF5/GCC5 DW_LANG_Fortran03 and DW_LANG_Fortran08.Mark Wielaard4-1/+20
2015-02-16Fix --dynamic-list so that symbols not in the list are still exported.Cary Coutant6-14/+20
2015-02-16Remove redundant include of "output.h".Cary Coutant2-1/+5
2015-02-17Automatic date update in version.inGDB Administrator1-1/+1
2015-02-16Correct a typo in ld/testsuite/ChangeLogH.J. Lu1-1/+1
2015-02-16Update more ld testcases after PR ld/17975 fixH.J. Lu19-46/+64