aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-11-23Normalize names of some source filesSimon Marchi110-287/+471
2016-11-23Makefiles: Flatten and sort file listsSimon Marchi7-426/+1347
2016-11-23gdbserver: Use warning for warningsPedro Alves4-8/+13
2016-11-23gdbserver: Use debug_printf for debug outputPedro Alves6-35/+43
2016-11-22Fix spelling mistakes in comments in shell scriptsAmbrogino Modigliani4-4/+10
2016-11-22Fix spelling mistakes in comments in configure scriptsAmbrogino Modigliani3-2/+7
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi23-42/+57
2016-11-22gdbarch software_single_step frame_info to regcache: spuYao Qi2-4/+12
2016-11-22gdbarch software_single_step frame_info to regcache: tic6xYao Qi2-11/+19
2016-11-22gdbarch software_single_step frame_info to regcache: rs6000Yao Qi3-17/+32
2016-11-22gdbarch software_single_step frame_info to regcache: s390Yao Qi2-3/+9
2016-11-22gdbarch software_single_step frame_info to regcache: sparcYao Qi2-7/+18
2016-11-22gdbarch software_single_step frame_info to regcache: nios2Yao Qi2-12/+21
2016-11-22gdbarch software_single_step frame_info to regcache: moxieYao Qi2-3/+9
2016-11-22gdbarch software_single_step frame_info to regcache: mipsYao Qi2-69/+85
2016-11-22gdbarch software_single_step frame_info to regcache: crisYao Qi2-6/+16
2016-11-22gdbarch software_single_step frame_info to regcache: alphaYao Qi2-9/+20
2016-11-22gdbarch software_single_step frame_info to regcache: aarch64Yao Qi2-2/+9
2016-11-22New regcache_raw_get_signedYao Qi3-0/+24
2016-11-22Use VALUE_NEXT_FRAME_ID in value_from_componentYao Qi2-1/+6
2016-11-21Add missing POSTCOMPILE step to mi/ file generation rulesSimon Marchi2-0/+6
2016-11-21Create subobject value in pretty printerYao Qi6-36/+42
2016-11-19ARI: Add detection of printf_vma and sprintf_vmaJoel Brobecker2-0/+21
2016-11-18Makefile: fix typoSimon Marchi2-1/+5
2016-11-18gdb/doc: Add missing comma after xrefAndreas Arnez2-1/+6
2016-11-17Makefile: Replace explicit subdir rules with pattern rulesSimon Marchi2-733/+236
2016-11-17Makefile: Replace old suffix rules with pattern rulesSimon Marchi4-8/+25
2016-11-17Remove code that checks for GNU/non-GNU makeSimon Marchi12-408/+98
2016-11-17Document new hard requirement on GNU makeSimon Marchi2-0/+9
2016-11-17gdb/c-exp.y: fprintf -> parser_fprintfPedro Alves2-14/+18
2016-11-17gdb/ctf.c: Get rid of mkdir redefinitionPedro Alves2-5/+4
2016-11-17gdb/ada-lang.c: one malloc -> unique_ptr<[]>Pedro Alves2-9/+10
2016-11-17gdb/tracepoint.c: Don't use printf_vmaPedro Alves3-33/+40
2016-11-16Stash frame id of current frame before stashing frame id for previous frameKevin Buettner2-0/+16
2016-11-16Make gdb.PendingFrame.read_register handle "user" registers.Kevin Buettner2-1/+11
2016-11-16Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner11-38/+140
2016-11-16Distinguish sentinel frame from null frame.Kevin Buettner3-35/+94
2016-11-16Extend test gdb.python/py-recurse-unwind.expKevin Buettner4-29/+79
2016-11-15gdb: update gnulib to pull in C++ namespace support fixesPedro Alves13-33/+140
2016-11-15Delete gdb::unique_ptr/gdb::movePedro Alves3-348/+14
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves10-11/+31
2016-11-15bitfield-parent-optimized-out: Fix struct definitionAndreas Arnez2-3/+7
2016-11-14btrace: read entire aux bufferMarkus Metzger2-4/+20
2016-11-12Remove some cleanups from the rust codeTom Tromey3-63/+47
2016-11-12Use std::string in rust_get_disr_infoTom Tromey2-1/+6
2016-11-11Don't handle unavailable/optimized-out in spu_software_single_stepYao Qi2-18/+7
2016-11-11 Identify verilog dump tests as such.Catherine Moore2-2/+6
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi10-40/+51
2016-11-11Remove parameter valaddr from c print functionsYao Qi4-9/+19
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey19-225/+207