aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-11xcoffread.c: delete 'within_function' definitionPedro Alves2-5/+4
2015-02-11Fix redefinition errors in C++ modeTom Tromey32-101/+124
2015-02-11Fix adjust_pc_after_break, remove still current thread checkPedro Alves5-2/+155
2015-02-10lib/gdb.exp (gdb_load): Always return a result.Doug Evans2-0/+6
2015-02-10internal_type_self_type: Handle TYPE_SPECIFIC_NONE.Doug Evans2-0/+9
2015-02-10Rename new_symfile_objfile, make static.Doug Evans3-5/+9
2015-02-10Fix a pair of screen-resizing issues in TUIPatrick Palka3-0/+15
2015-02-10Fix truncation of TUI command historyPatrick Palka2-4/+16
2015-02-11gdb producer_is_gcc fix bool return value.Mark Wielaard2-2/+6
2015-02-10Change producer_is_gcc function return type to bool.Mark Wielaard4-10/+29