Age | Commit message (Expand) | Author | Files | Lines |
2016-11-23 | gdb: Use C++11 std::chrono | Pedro Alves | 16 | -210/+358 |
2016-11-23 | Minor formatting fixups in Makefiles | Simon Marchi | 4 | -48/+55 |
2016-11-23 | Normalize names of some source files | Simon Marchi | 110 | -287/+471 |
2016-11-23 | Makefiles: Flatten and sort file lists | Simon Marchi | 7 | -426/+1347 |
2016-11-23 | gdbserver: Use warning for warnings | Pedro Alves | 4 | -8/+13 |
2016-11-23 | gdbserver: Use debug_printf for debug output | Pedro Alves | 6 | -35/+43 |
2016-11-22 | Fix spelling mistakes in comments in shell scripts | Ambrogino Modigliani | 4 | -4/+10 |
2016-11-22 | Fix spelling mistakes in comments in configure scripts | Ambrogino Modigliani | 3 | -2/+7 |
2016-11-22 | Change gdbarch software_single_step frame_info to regcache | Yao Qi | 23 | -42/+57 |
2016-11-22 | gdbarch software_single_step frame_info to regcache: spu | Yao Qi | 2 | -4/+12 |
2016-11-22 | gdbarch software_single_step frame_info to regcache: tic6x | Yao Qi | 2 | -11/+19 |
2016-11-22 | gdbarch software_single_step frame_info to regcache: rs6000 | Yao Qi | 3 | -17/+32 |
2016-11-22 | gdbarch software_single_step frame_info to regcache: s390 | Yao Qi | 2 | -3/+9 |
2016-11-22 | gdbarch software_single_step frame_info to regcache: sparc | Yao Qi | 2 | -7/+18 |
2016-11-22 | gdbarch software_single_step frame_info to regcache: nios2 | Yao Qi | 2 | -12/+21 |
2016-11-22 | gdbarch software_single_step frame_info to regcache: moxie | Yao Qi | 2 | -3/+9 |
2016-11-22 | gdbarch software_single_step frame_info to regcache: mips | Yao Qi | 2 | -69/+85 |
2016-11-22 | gdbarch software_single_step frame_info to regcache: cris | Yao Qi | 2 | -6/+16 |
2016-11-22 | gdbarch software_single_step frame_info to regcache: alpha | Yao Qi | 2 | -9/+20 |
2016-11-22 | gdbarch software_single_step frame_info to regcache: aarch64 | Yao Qi | 2 | -2/+9 |
2016-11-22 | New regcache_raw_get_signed | Yao Qi | 3 | -0/+24 |
2016-11-22 | Use VALUE_NEXT_FRAME_ID in value_from_component | Yao Qi | 2 | -1/+6 |
2016-11-21 | Add missing POSTCOMPILE step to mi/ file generation rules | Simon Marchi | 2 | -0/+6 |
2016-11-21 | Create subobject value in pretty printer | Yao Qi | 6 | -36/+42 |
2016-11-19 | ARI: Add detection of printf_vma and sprintf_vma | Joel Brobecker | 2 | -0/+21 |
2016-11-18 | Makefile: fix typo | Simon Marchi | 2 | -1/+5 |
2016-11-18 | gdb/doc: Add missing comma after xref | Andreas Arnez | 2 | -1/+6 |
2016-11-17 | Makefile: Replace explicit subdir rules with pattern rules | Simon Marchi | 2 | -733/+236 |
2016-11-17 | Makefile: Replace old suffix rules with pattern rules | Simon Marchi | 4 | -8/+25 |
2016-11-17 | Remove code that checks for GNU/non-GNU make | Simon Marchi | 12 | -408/+98 |
2016-11-17 | Document new hard requirement on GNU make | Simon Marchi | 2 | -0/+9 |
2016-11-17 | gdb/c-exp.y: fprintf -> parser_fprintf | Pedro Alves | 2 | -14/+18 |
2016-11-17 | gdb/ctf.c: Get rid of mkdir redefinition | Pedro Alves | 2 | -5/+4 |
2016-11-17 | gdb/ada-lang.c: one malloc -> unique_ptr<[]> | Pedro Alves | 2 | -9/+10 |
2016-11-17 | gdb/tracepoint.c: Don't use printf_vma | Pedro Alves | 3 | -33/+40 |
2016-11-16 | Stash frame id of current frame before stashing frame id for previous frame | Kevin Buettner | 2 | -0/+16 |
2016-11-16 | Make gdb.PendingFrame.read_register handle "user" registers. | Kevin Buettner | 2 | -1/+11 |
2016-11-16 | Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID | Kevin Buettner | 11 | -38/+140 |
2016-11-16 | Distinguish sentinel frame from null frame. | Kevin Buettner | 3 | -35/+94 |
2016-11-16 | Extend test gdb.python/py-recurse-unwind.exp | Kevin Buettner | 4 | -29/+79 |
2016-11-15 | gdb: update gnulib to pull in C++ namespace support fixes | Pedro Alves | 13 | -33/+140 |
2016-11-15 | Delete gdb::unique_ptr/gdb::move | Pedro Alves | 3 | -348/+14 |
2016-11-15 | gdb::{unique_ptr,move} -> std::{unique_ptr,move} | Pedro Alves | 10 | -11/+31 |
2016-11-15 | bitfield-parent-optimized-out: Fix struct definition | Andreas Arnez | 2 | -3/+7 |
2016-11-14 | btrace: read entire aux buffer | Markus Metzger | 2 | -4/+20 |
2016-11-12 | Remove some cleanups from the rust code | Tom Tromey | 3 | -63/+47 |
2016-11-12 | Use std::string in rust_get_disr_info | Tom Tromey | 2 | -1/+6 |
2016-11-11 | Don't handle unavailable/optimized-out in spu_software_single_step | Yao Qi | 2 | -18/+7 |
2016-11-11 | Identify verilog dump tests as such. | Catherine Moore | 2 | -2/+6 |
2016-11-11 | Remove apply_val_pretty_printer parameter valaddr | Yao Qi | 10 | -40/+51 |