aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-08-27gdb: Use sighandler_t everywherePedro Alves9-21/+39
2015-08-27Import the "signal-h" module from gnulibPedro Alves11-21/+954
2015-08-27Fix ChangeLog entry date and mention gdb/18804Pedro Alves1-1/+2
2015-08-27gdb: remove packet size limitPedro Alves2-35/+49
2015-08-27Mention language in compile error messageLuis Machado2-1/+7
2015-08-27Force language to C in gdb.compile/compile-ifunc.expLuis Machado2-0/+11
2015-08-26Unset attach_flag when running a new processPatrick Palka5-0/+100
2015-08-26Fix gdbarch.c build errorSimon Marchi3-2/+7
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi177-675/+906
2015-08-26Fix native follow-exec-mode "new"Don Breazeal3-3/+21
2015-08-26New test for follow-exec-modeDon Breazeal3-0/+242
2015-08-26gdb: Add Markus Metzger as btrace maintainerPedro Alves2-0/+11
2015-08-25remote: allow aborting long operations (e.g., file transfers)Pedro Alves9-21/+143
2015-08-25Print tid in debug output of debug_reg_change_callbackYao Qi2-5/+11
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat45-155/+1003
2015-08-25Move aarch64_linux_new_thread to nat/aarch64-linux.cYao Qi6-29/+28
2015-08-25Move aarch64_linux_prepare_to_resume to nat/aarch64-linux.cYao Qi11-81/+127
2015-08-25Make aarch64_linux_prepare_to_resume the same on GDB and GDBserverYao Qi4-9/+18
2015-08-25Add pid argument in aarch64_get_debug_reg_stateYao Qi2-10/+16
2015-08-25Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aar...Yao Qi6-170/+108
2015-08-25Make debug_reg_change_callback the same on GDB and GDBserverYao Qi2-2/+2
2015-08-25Make aarch64_notify_debug_reg_change the same on GDB and GDBserverYao Qi4-2/+12
2015-08-25Use debug_printf in debug_reg_change_callbackYao Qi4-21/+28
2015-08-25Use phex debug_reg_change_callbackYao Qi2-8/+12
2015-08-25Get pid rather than lwpidYao Qi2-1/+6
2015-08-25Remove some comments in debug_reg_change_callbackYao Qi2-20/+4
2015-08-25Re-indent the codeYao Qi2-33/+38
2015-08-25[gdbserver] Use iterate_over_lwps in aarch64_notify_debug_reg_changeYao Qi2-19/+21
2015-08-24gdbserver crashes when multiprocess extensions aren't supportedPedro Alves7-3/+110
2015-08-24Add "set remote multiprocess-extensions-packet" commandPedro Alves5-2/+26
2015-08-24Update gnulib to current upstream masterPedro Alves160-1272/+3885
2015-08-24Prepare for gnulib updatePedro Alves24-28/+94
2015-08-24Fix gdbserver SPU buildPedro Alves2-1/+6
2015-08-24Make z intLuis Machado2-1/+5
2015-08-24Make z volatile.Luis Machado2-1/+6
2015-08-24Prevent GCC from folding inline test functionsLuis Machado5-3/+15
2015-08-24gdb/testsuite/: garbage collect a few references to dead targetsPedro Alves7-49/+32
2015-08-24gdb manual: Remove references to deleted targetsPedro Alves2-398/+16
2015-08-24Delete the remaining ROM monitor targetsPedro Alves13-4452/+46
2015-08-24gnu_vector.exp: Avoid some more known FAILsAndreas Arnez2-13/+60
2015-08-21Fix ax.c:gdb_eval_agent_exprPedro Alves2-1/+6
2015-08-21C++: Initialize a couple const globalsPedro Alves4-2/+10
2015-08-21gdb/dwarf2read.c: rename a field for c++Tom Tromey2-60/+70
2015-08-21tui: don't overwrite a secondary prompt that was given no inputPatrick Palka4-1/+34
2015-08-21Use tui_putc to output newline entered by the userPatrick Palka2-1/+6
2015-08-21Fix gdbserver crash exposed by gdb.threads/process-dies-while-handling-bp.expPedro Alves4-19/+35
2015-08-21gdbserver: don't pick a random thread if the current thread diesPedro Alves8-53/+83
2015-08-21Make remote file transfers interruptibleGary Benson2-0/+6
2015-08-21Warn when accessing binaries from remote targetsGary Benson9-24/+97
2015-08-21Fix stale cleanup left by linux_mntns_access_fsGary Benson2-1/+6