aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-02-25[aarch64] Fix one fail in gdb.xml/tdesc-regs.expYao Qi2-0/+8
2015-02-23Fix typo in earlier entry.Doug Evans1-1/+1
2015-02-23PR gdb/18008: Fix typo in documentationSergio Durigan Junior2-1/+7
2015-02-23gdbserver: redo stepping over breakpoint that was on top of a permanent break...Pedro Alves2-8/+45
2015-02-23delete_breakpoints: Rewrite using gdb_test_multiplePedro Alves2-14/+29
2015-02-23remote.c: simplify parsing stop reasons in T stop repliesPedro Alves2-85/+89
2015-02-23gdb.base/info-os.c: Include stdlib.hPedro Alves2-0/+5
2015-02-23gdbserver: 64-bit kernel / 32-inferior, syscall restartingPedro Alves2-2/+12
2015-02-22testcase for PR symtab/17855Doug Evans4-2/+49
2015-02-21PR c++/17976, symtab/17821Doug Evans5-17/+63
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-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-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-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-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-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-16Remove true and false ARI checks now that we use stdbool.h.Mark Wielaard2-20/+4
2015-02-13misc cp-namespace.c cleanupsDoug Evans2-9/+19
2015-02-13Update Yao Qi's email address in MAINTAINERSYao Qi2-1/+5
2015-02-12completer.c (completion_list_add_name): Fix memory leak.Doug Evans2-0/+5
2015-02-12Fix documentation of the QTDV packetDavid Taylor2-2/+12
2015-02-12completer.c (complete_line): Remove incorrect comment.Doug Evans2-8/+5
2015-02-11framefilter quit: New testJan Kratochvil2-0/+17
2015-02-11framefilter quit: Use RETURN_MASK_ERRORJan Kratochvil2-13/+18
2015-02-11framefilter quit: Make it exception safeJan Kratochvil2-33/+35
2015-02-11framefilter quit: Code cleanup: Avoid gotosJan Kratochvil2-29/+79
2015-02-11framefilter quit: Code cleanup: ReindentationJan Kratochvil2-133/+132
2015-02-11framefilter quit: Obvious whitespacing fixesJan Kratochvil2-15/+17