summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* gdbserver: Use warning for warningsPedro Alves2016-11-234-8/+13
* gdbserver: Use debug_printf for debug outputPedro Alves2016-11-236-35/+43
* Fix spelling mistakes in comments in shell scriptsAmbrogino Modigliani2016-11-224-4/+10
* Fix spelling mistakes in comments in configure scriptsAmbrogino Modigliani2016-11-223-2/+7
* Change gdbarch software_single_step frame_info to regcacheYao Qi2016-11-2223-42/+57
* gdbarch software_single_step frame_info to regcache: spuYao Qi2016-11-222-4/+12
* gdbarch software_single_step frame_info to regcache: tic6xYao Qi2016-11-222-11/+19
* gdbarch software_single_step frame_info to regcache: rs6000Yao Qi2016-11-223-17/+32
* gdbarch software_single_step frame_info to regcache: s390Yao Qi2016-11-222-3/+9
* gdbarch software_single_step frame_info to regcache: sparcYao Qi2016-11-222-7/+18
* gdbarch software_single_step frame_info to regcache: nios2Yao Qi2016-11-222-12/+21
* gdbarch software_single_step frame_info to regcache: moxieYao Qi2016-11-222-3/+9
* gdbarch software_single_step frame_info to regcache: mipsYao Qi2016-11-222-69/+85
* gdbarch software_single_step frame_info to regcache: crisYao Qi2016-11-222-6/+16
* gdbarch software_single_step frame_info to regcache: alphaYao Qi2016-11-222-9/+20
* gdbarch software_single_step frame_info to regcache: aarch64Yao Qi2016-11-222-2/+9
* New regcache_raw_get_signedYao Qi2016-11-223-0/+24
* Use VALUE_NEXT_FRAME_ID in value_from_componentYao Qi2016-11-222-1/+6
* Add missing POSTCOMPILE step to mi/ file generation rulesSimon Marchi2016-11-212-0/+6
* Create subobject value in pretty printerYao Qi2016-11-216-36/+42
* ARI: Add detection of printf_vma and sprintf_vmaJoel Brobecker2016-11-192-0/+21
* Makefile: fix typoSimon Marchi2016-11-182-1/+5
* gdb/doc: Add missing comma after xrefAndreas Arnez2016-11-182-1/+6
* Makefile: Replace explicit subdir rules with pattern rulesSimon Marchi2016-11-172-733/+236
* Makefile: Replace old suffix rules with pattern rulesSimon Marchi2016-11-174-8/+25
* Remove code that checks for GNU/non-GNU makeSimon Marchi2016-11-1712-408/+98
* Document new hard requirement on GNU makeSimon Marchi2016-11-172-0/+9
* gdb/c-exp.y: fprintf -> parser_fprintfPedro Alves2016-11-172-14/+18
* gdb/ctf.c: Get rid of mkdir redefinitionPedro Alves2016-11-172-5/+4
* gdb/ada-lang.c: one malloc -> unique_ptr<[]>Pedro Alves2016-11-172-9/+10
* gdb/tracepoint.c: Don't use printf_vmaPedro Alves2016-11-173-33/+40
* Stash frame id of current frame before stashing frame id for previous frameKevin Buettner2016-11-162-0/+16
* Make gdb.PendingFrame.read_register handle "user" registers.Kevin Buettner2016-11-162-1/+11
* Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner2016-11-1611-38/+140
* Distinguish sentinel frame from null frame.Kevin Buettner2016-11-163-35/+94
* Extend test gdb.python/py-recurse-unwind.expKevin Buettner2016-11-164-29/+79
* gdb: update gnulib to pull in C++ namespace support fixesPedro Alves2016-11-1513-33/+140
* Delete gdb::unique_ptr/gdb::movePedro Alves2016-11-153-348/+14
* gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves2016-11-1510-11/+31
* bitfield-parent-optimized-out: Fix struct definitionAndreas Arnez2016-11-152-3/+7
* btrace: read entire aux bufferMarkus Metzger2016-11-142-4/+20
* Remove some cleanups from the rust codeTom Tromey2016-11-123-63/+47
* Use std::string in rust_get_disr_infoTom Tromey2016-11-122-1/+6
* Don't handle unavailable/optimized-out in spu_software_single_stepYao Qi2016-11-112-18/+7
* Identify verilog dump tests as such.Catherine Moore2016-11-112-2/+6
* Remove apply_val_pretty_printer parameter valaddrYao Qi2016-11-1110-40/+51
* Remove parameter valaddr from c print functionsYao Qi2016-11-114-9/+19
* Use unique_xmalloc_ptr in Python codeTom Tromey2016-11-0919-225/+207
* Further cleanup/modernization of gdb.base/commands.expPedro Alves2016-11-093-121/+274
* Make gdb.mi/user-selected-context-sync.exp use proc_with_prefixSimon Marchi2016-11-092-33/+39