summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* 2015-02-19 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2015-02-192-3/+12
* Fix non executable stack handling when calling functions in the inferior.Antoine Tremblay2015-02-199-18/+142
* [gdb/ax] small "setv" fix and documentation's adjustment.David Taylor2015-02-194-2/+10
* Add missing gdb/ChangeLog entry for previous change.Patrick Palka2015-02-181-0/+15
* Asynchronously resize the TUIPatrick Palka2015-02-182-39/+41
* Factorize target program transformations in the GDB_AC_TRANSFORM macro.Jose E. Marchesi2015-02-1810-60/+91
* Announce the DTrace USDT probes support in NEWS.Jose E. Marchesi2015-02-172-0/+7
* Documentation for DTrace USDT probes.Jose E. Marchesi2015-02-172-19/+47
* Simple testsuite for DTrace USDT probes.Jose E. Marchesi2015-02-178-0/+1357
* Support for DTrace USDT probes in x86_64 targets.Jose E. Marchesi2015-02-172-0/+164
* New probe type: DTrace USDT probes.Jose E. Marchesi2015-02-176-4/+960
* New gdbarch functions: dtrace_parse_probe_argument, dtrace_probe_is_enabled, ...Jose E. Marchesi2015-02-174-0/+189
* New commands `enable probe' and `disable probe'.Jose E. Marchesi2015-02-176-16/+198
* Move `compute_probe_arg' and `compile_probe_arg' to probe.cJose E. Marchesi2015-02-175-110/+127
* Adapt `info probes' to support printing probes of different types.Jose E. Marchesi2015-02-174-10/+96
* Remove superfluous function key_is_command_char()Patrick Palka2015-02-172-15/+7
* TUI: resize windows to new terminal size before displaying themPedro Alves2015-02-172-6/+15
* Fix GDB build fail on Aarch64 when -fno-common is enabledMaxim Ostapenko2015-02-173-3/+10
* Remove true and false ARI checks now that we use stdbool.h.Mark Wielaard2015-02-162-20/+4
* misc cp-namespace.c cleanupsDoug Evans2015-02-132-9/+19
* Update Yao Qi's email address in MAINTAINERSYao Qi2015-02-132-1/+5
* completer.c (completion_list_add_name): Fix memory leak.Doug Evans2015-02-122-0/+5
* Fix documentation of the QTDV packetDavid Taylor2015-02-122-2/+12
* completer.c (complete_line): Remove incorrect comment.Doug Evans2015-02-122-8/+5
* framefilter quit: New testJan Kratochvil2015-02-112-0/+17
* framefilter quit: Use RETURN_MASK_ERRORJan Kratochvil2015-02-112-13/+18
* framefilter quit: Make it exception safeJan Kratochvil2015-02-112-33/+35
* framefilter quit: Code cleanup: Avoid gotosJan Kratochvil2015-02-112-29/+79
* framefilter quit: Code cleanup: ReindentationJan Kratochvil2015-02-112-133/+132
* framefilter quit: Obvious whitespacing fixesJan Kratochvil2015-02-112-15/+17
* xcoffread.c: delete 'within_function' definitionPedro Alves2015-02-112-5/+4
* Fix redefinition errors in C++ modeTom Tromey2015-02-1132-101/+124
* Fix adjust_pc_after_break, remove still current thread checkPedro Alves2015-02-115-2/+155
* lib/gdb.exp (gdb_load): Always return a result.Doug Evans2015-02-102-0/+6
* internal_type_self_type: Handle TYPE_SPECIFIC_NONE.Doug Evans2015-02-102-0/+9
* Rename new_symfile_objfile, make static.Doug Evans2015-02-103-5/+9
* Fix a pair of screen-resizing issues in TUIPatrick Palka2015-02-103-0/+15
* Fix truncation of TUI command historyPatrick Palka2015-02-102-4/+16
* gdb producer_is_gcc fix bool return value.Mark Wielaard2015-02-112-2/+6
* Change producer_is_gcc function return type to bool.Mark Wielaard2015-02-104-10/+29
* Add "signal SIGTRAP" testPedro Alves2015-02-103-0/+118
* displaced_step_fixup may access memory from the wrong inferior/threadPedro Alves2015-02-102-0/+9
* gdbserver: Fix crash when QTinit is handled with no inferior process attachedAntoine Tremblay2015-02-106-2/+98
* Add myself as write-after-approval GDB maintainerAntoine Tremblay2015-02-102-0/+5
* Finish constification of varobj interfaceSimon Marchi2015-02-106-32/+66
* Relax ARM prologue unwinder assumptionLuis Machado2015-02-102-10/+35
* Recognize new DWARF5/GCC5 DW_LANG Fortran 2003 and Fortran 2008 standards.Mark Wielaard2015-02-102-0/+7
* PR remote/17946: Fix wrong comparison of pointer against charSergio Durigan Junior2015-02-092-1/+7
* GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier.Mark Wielaard2015-02-098-13/+210
* record-btrace: indicate gapsMarkus Metzger2015-02-0915-86/+434