aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-07-08Fix gdb.trace/entry-values.exp for thumb modeYao Qi3-5/+19
2014-07-08reverse-finish: turn internal error into normal errorMarkus Metzger5-2/+87
2014-07-07Mention PR gdb/17096 in ChangeLogPedro Alves1-0/+1
2014-07-07PR gdb/17096: async support breaks remote debugging on WindowsPedro Alves2-2/+12
2014-07-07change to_info_record to use target delegationTom Tromey4-23/+13
2014-07-07convert to_get_thread_local_address to use target delegationTom Tromey6-22/+44
2014-07-03Assign 'targerr' instead of 'targ' to gdb_stdtargerr.Marc Khouzam2-1/+6
2014-07-03Update email address in MAINTAINERS list.Andrew Burgess2-1/+5
2014-07-02This testcase currently does not handle powerpc branches. It kindaLuis Machado2-0/+7
2014-07-02Remove unused Linux libthread_db callbacksGary Benson2-103/+15
2014-07-01Handle volatile array types in dwarf2read.c.Mark Wielaard5-19/+89
2014-07-01use cmd_sfunc_ftype and cmd_cfunc_ftype moreTom Tromey5-19/+27
2014-06-302014-01-07 Michael Eager <eager@eagercon.com>Michael Eager1-1/+2
2014-06-30constify search_symbolsTom Tromey3-18/+33
2014-06-30watchpoint-reuse-slot.exp: Correctly skip unsupported commands.Andreas Arnez2-1/+12
2014-06-27Associate dummy_frame with ptidYao Qi13-45/+236
2014-06-26constify error_no_argTom Tromey3-2/+7
2014-06-26constify do_set_command and do_show_commandTom Tromey3-7/+15
2014-06-26constify get_bookmark and goto_bookmarkTom Tromey6-23/+47
2014-06-26constify to_loadTom Tromey12-37/+45
2014-06-26fix memory errors with demangled name hashTom Tromey2-23/+44
2014-06-26Move local variables to inner blockYao Qi2-4/+8
2014-06-26Typo fix in signal_pass initializationYao Qi2-1/+6
2014-06-25btrace: pretend we're not replaying when generating a core fileMarkus Metzger4-3/+83
2014-06-25gcore, target: allow target to prepare/cleanup for/after core file generationMarkus Metzger5-5/+95
2014-06-25make_corefile_notes: have caller free returned memoryMarkus Metzger5-3/+13
2014-06-24Minor improvements in manual indexing.Eli Zaretskii2-0/+7
2014-06-24Skip 'bx reg' on arm-linuxYao Qi2-1/+21
2014-06-24Apply stub unwinder to 'bx reg' trampolineYao Qi2-1/+13
2014-06-24Skip 'bx reg' trampoline on arm-none-eabiYao Qi2-1/+72
2014-06-23Add myself as write-after-approval maintainer.Don Breazeal2-0/+5
2014-06-23x86 Linux watchpoints: Couldn't write debug register: Invalid argument.Pedro Alves9-3/+281
2014-06-23Align behavior of xmethod commands with that of pretty-printer commands.Siva Chandra4-11/+25
2014-06-23testsuite: Use istarget and is_lp64_target for 3 testcases.Jan Kratochvil4-2/+13
2014-06-20Fix --with-system-readline with readline-6.3 patch 5Jan Kratochvil2-4/+11
2014-06-20make obstack object allocators more type-safeTom Tromey3-4/+10
2014-06-20Fix mingw32 build on x86-64 RHEL 6.5Gary Benson4-32/+7
2014-06-20Move shared native target specific code to gdb/natGary Benson38-74/+117
2014-06-20Vectorize gdbserver x86 debug register accessorsGary Benson8-128/+154
2014-06-20Fix gdbserver cross build.Marcus Shawcroft4-0/+102
2014-06-19Initial pass at D language expression parser support.Iain Buclaw7-8/+1808
2014-06-19Remove any_runningYao Qi3-15/+5
2014-06-19Use enum thread_stateYao Qi2-8/+11
2014-06-19Fix next over threaded execl with "set scheduler-locking step".Pedro Alves9-30/+69
2014-06-19Directly call i386-dregs functionsGary Benson2-6/+21
2014-06-19Create nat/i386-dregs.cGary Benson19-1133/+752
2014-06-19Refactor i386_{insert,remove}_hw_breakpointGary Benson2-34/+11
2014-06-19Partially revert 4be83cc2b28ea09aa8ff789839e6520df60836f8Gary Benson5-112/+107
2014-06-19Demangler crash handlerGary Benson8-3/+214
2014-06-19Refactor and expose core-dumping functionalityGary Benson3-12/+80