aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-10Add "signal SIGTRAP" testPedro Alves3-0/+118
2015-02-10displaced_step_fixup may access memory from the wrong inferior/threadPedro Alves2-0/+9
2015-02-10gdbserver: Fix crash when QTinit is handled with no inferior process attachedAntoine Tremblay6-2/+98
2015-02-10Add myself as write-after-approval GDB maintainerAntoine Tremblay2-0/+5
2015-02-10Finish constification of varobj interfaceSimon Marchi6-32/+66
2015-02-10Relax ARM prologue unwinder assumptionLuis Machado2-10/+35
2015-02-10Recognize new DWARF5/GCC5 DW_LANG Fortran 2003 and Fortran 2008 standards.Mark Wielaard2-0/+7
2015-02-09PR remote/17946: Fix wrong comparison of pointer against charSergio Durigan Junior2-1/+7
2015-02-09GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier.Mark Wielaard8-13/+210
2015-02-09record-btrace: indicate gapsMarkus Metzger15-86/+434
2015-02-09btrace: identify cpuMarkus Metzger3-22/+83
2015-02-09btrace: extend struct btrace_insnMarkus Metzger3-50/+97
2015-02-09btrace: update btrace_compute_ftrace parametersMarkus Metzger2-6/+12
2015-02-09record-btrace: add bts buffer size configuration optionMarkus Metzger15-21/+463
2015-02-09record btrace: add configuration structMarkus Metzger32-90/+775
2015-02-09btrace, linux: add perf event buffer abstractionMarkus Metzger3-84/+74