[PATCH 0/4] Require GNU make
2016-11-16 20:18 UTC (24+ messages)
` [PATCH 4/4] Makefile: Replace explicit subdir rules with pattern rules
` [PATCH 2/4] Remove code that checks for GNU/non-GNU make
` [PATCH 3/4] Makefile: Replace old suffix rules with pattern rules
` [PATCH 1/4] Document new hard requirement on GNU make
[RFA 00/11] third series of C++ use in Python layer
2016-11-16 20:10 UTC (20+ messages)
` [RFA 02/11] Use gdbpy_enter in fnpy_call
` [RFA 07/11] Use gdbpy_enter_varobj in varobj_value_get_print_value
` [RFA 05/11] Use gdbpy_enter_varobj in more of varobj.c
` [RFA 09/11] Use gdbpy_ref in py_print_frame
` [RFA 11/11] Change python_run_simple_file to use gdbpy_ref
` [RFA 03/11] Use gdbpy_enter in py-param.c
` [RFA 04/11] Use gdbpy_enter in python.c
` [RFA 08/11] Remove ensure_python_env
` [RFA 06/11] Change type of encoding argument to gdbpy_extract_lazy_string
` [RFA 10/11] Use gdbpy_ref in py-prettyprint.c
` [RFA 01/11] Use gdbpy_enter in cmdpy_function
[PATCH 1/2] RISC-V GDB Port
2016-11-16 19:48 UTC (5+ messages)
GDB port for RISC-V
2016-11-16 19:45 UTC (7+ messages)
` [PATCH 1/3] RISC-V Sim Port
` [PATCH 2/3] RISC-V GDB Port
` [PATCH 3/3] Add a RISC-V GDB NEWS entry
[PATCH v2 0/5] Prevent more recursion in python based unwinders
2016-11-16 19:08 UTC (15+ messages)
` [PATCH v2 1/5] Extend test gdb.python/py-recurse-unwind.exp
` [PATCH v2 3/5] Distinguish sentinel frame from null frame
` [PATCH v2 3/5] Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID
` [PATCH v2 4/5] Make gdb.PendingFrame.read_register handle "user" registers
` [PATCH v2 5/5] Stash frame id of current frame before stashing frame id for previous frame
[PATCH 0/2] Auto roll back on error while changing a setting
2016-11-16 18:15 UTC (10+ messages)
` [PATCH 2/2] gdb: Simplify variable set hooks
` [PATCH 1/2] gdb: Restore a settings previous value on error during change
[PATCH 00/13] Change gdbarch software_single_step frame_info to regcache
2016-11-16 16:17 UTC (16+ messages)
` [PATCH 12/13] gdbarch software_single_step frame_info to regcache: spu
` [PATCH 13/13] Change gdbarch software_single_step frame_info to regcache
` [PATCH 05/13] gdbarch software_single_step frame_info to regcache: mips
` [PATCH 02/13] gdbarch software_single_step frame_info to regcache: aarch64
` [PATCH 01/13] New regcache_raw_get_signed
` [PATCH 07/13] gdbarch software_single_step frame_info to regcache: nios2
` [PATCH 08/13] gdbarch software_single_step frame_info to regcache: sparc
` [PATCH 11/13] gdbarch software_single_step frame_info to regcache: tic6x
` [PATCH 10/13] gdbarch software_single_step frame_info to regcache: rs6000
` [PATCH 09/13] gdbarch software_single_step frame_info to regcache: s390
` [PATCH 04/13] gdbarch software_single_step frame_info to regcache: cris
` [PATCH 03/13] gdbarch software_single_step frame_info to regcache: alpha
` [PATCH 06/13] gdbarch software_single_step frame_info to regcache: moxie
[RFA] PR symtab/16264 - support DW_AT_main_subprogram
2016-11-16 14:51 UTC (2+ messages)
[PATCH] gdb/tracepoint.c: Don't use printf_vma
2016-11-16 14:34 UTC (2+ messages)
[1/9][RFC][DWARF] Reserve three DW_OP numbers in vendor extension space
2016-11-16 14:02 UTC (10+ messages)
[PATCH V4 0/6] Fortran: Resolve target types of pointers
2016-11-16 12:16 UTC (11+ messages)
` [PATCH V4 5/6] Resolve dynamic "
[pushed] gdb: update gnulib to pull in C++ namespace support fixes
2016-11-15 23:51 UTC
Use of mcheck during GDB development
2016-11-15 22:11 UTC (9+ messages)
[PATCH 0/4] Makefile improvements and cleanups
2016-11-15 22:10 UTC (19+ messages)
` [PATCH 3/4] Makefile: Flatten and sort file lists
` [PATCH 2/4] Makefile: Replace explicit subdir rules with pattern rules
` [PATCH 1/4] Makefile: Replace old suffix "
[PATCH] Delete gdb::unique_ptr/gdb::move
2016-11-15 19:56 UTC (2+ messages)
[PATCH] gdb::{unique_ptr,move} -> std::{unique_ptr,move}
2016-11-15 19:55 UTC (2+ messages)
[PATCH] bitfield-parent-optimized-out: Fix struct definition
2016-11-15 19:53 UTC (4+ messages)
[PATCH, v2] Fixup test names starting with uppercase
2016-11-15 19:52 UTC (3+ messages)
[PATCH 0/3] Support DW_AT_data_bit_offset
2016-11-15 19:42 UTC (11+ messages)
` [PATCH 2/3] Fix copy_bitwise()
` [PATCH 1/3] Fix PR12616 - gdb does not implement DW_AT_data_bit_offset
` [PATCH 3/3] Optimize byte-aligned copies in copy_bitwise()
[PATCH] Fix PR18360 - internal error when using "interrupt -a"
2016-11-15 18:21 UTC (3+ messages)
[RFA 00/20] more use of C++ in the Python layer
2016-11-15 14:57 UTC (25+ messages)
` [RFA 07/20] Use gdbpy_enter in py-progspace.c
` [RFA 17/20] Use gdbpy_reference in invoke_match_method
` [RFA 11/20] Use gdbpy_enter in py-unwind.c
` [RFA 01/20] Introduce gdbpy_enter
` [RFA 05/20] Use gdbpy_enter in py-inferior.c
` [RFA 14/20] Use gdbpy_enter in gdbpy_before_prompt_hook
` [RFA 16/20] Use gdbpy_enter in gdbpy_get_matching_xmethod_workers
` [RFA 15/20] Use gdbpy_enter in python_interactive_command
` [RFA 13/20] Use gdbpy_enter in py-prettyprint.c
` [RFA 12/20] Introduce htab_up and use gdbpy_enter in py-framefilter.c
` [RFA 19/20] Introduce gdbpy_enter_varobj and use it
` [RFA 18/20] Use gdbpy_enter in py-xmethod.c
` [RFA 20/20] Use gdbpy_enter_varobj in py-varobj.c
[PATCH V2 0/5] Support tracepoints for ARM linux in GDBServer
2016-11-15 14:42 UTC (4+ messages)
` [PATCH V2 5/5] "
[RFA 00/14] add a smart pointer for PyObject*
2016-11-15 14:32 UTC (13+ messages)
` [RFA 01/14] Introduce py-ref.h
` [RFA 02/14] Change event code to use gdbpy_reference
[PATCH 0/9 V3] Use reinsert breakpoint for vCont;s
2016-11-14 19:14 UTC (2+ messages)
set_value_component_location in apply_val_pretty_printer
2016-11-14 16:38 UTC (4+ messages)
[PATCH] btrace: read entire aux buffer
2016-11-14 9:19 UTC (2+ messages)
[PATCH] Fix C++ compilation on MinGW
2016-11-13 21:48 UTC (3+ messages)
[PATCH] Fixup test names starting with uppercase
2016-11-12 2:46 UTC
[PATCH] Don't handle unavailable/optimized-out in spu_software_single_step
2016-11-11 20:43 UTC (3+ messages)
[PATCH,COMMITTED] Fix cut and paste error in test suite
2016-11-11 15:44 UTC
[PATCH 01/24] MIPS: Handle run-time reconfigurable FPR size
2016-11-11 12:29 UTC (4+ messages)
[PATCH 1/2] Remove parameter valaddr from c print functions
2016-11-11 8:41 UTC (3+ messages)
[PATCH/committed] sim: mips: fix dv-tx3904cpu build error
2016-11-11 6:38 UTC
[PATCH/committed] sim: mips: fix builds for r3900 cpus due to missing check_u64
2016-11-11 6:37 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).