[PATCH] python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate
2016-11-07 21:25 UTC (2+ messages)
[PATCH] configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o
2016-11-07 21:18 UTC (3+ messages)
[PATCH] Sync config.sub,config.guess with upstream
2016-11-07 21:11 UTC (3+ messages)
[RFA 1/2] PR gdb/20604 - fix "quit" when an invalid expression is used
2016-11-07 15:57 UTC (3+ messages)
[RFA 00/14] add a smart pointer for PyObject*
2016-11-07 15:48 UTC (17+ messages)
` [RFA 03/14] Use gdbpy_reference in py-type.c
` [RFA 08/14] Use gdbpy_reference in py-framefilter.c
` [RFA 14/14] Use gdbpy_reference in gdbpy_lookup_symbol
` [RFA 05/14] Use gdbpy_reference in py-function.c
` [RFA 04/14] Use gdbpy_reference in gdbpy_string_to_argv
` [RFA 06/14] Use gdbpy_reference in gdbpy_inferiors
` [RFA 07/14] Use gdbpy_reference in gdbpy_breakpoints
` [RFA 01/14] Introduce py-ref.h
` [RFA 10/14] Use gdbpy_reference in call_doc_function
` [RFA 11/14] Use gdbpy_reference in py-prettyprint.c
` [RFA 13/14] Use gdbpy_reference in py-value.c
` [RFA 12/14] Use gdbpy_reference in python.c
` [RFA 02/14] Change event code to use gdbpy_reference
` [RFA 09/14] Use gdbpy_reference in py-linetable.c
[PATCH 0/2] amd64: add fs_base and gs_base
2016-11-07 14:40 UTC (4+ messages)
` [PATCH 2/2] amd64-linux: expose system register FS_BASE and GS_BASE for Linux
[PATCH 0/2] Remove parameter valaddr from la_val_print
2016-11-07 14:36 UTC (6+ messages)
` [PATCH 1/2] use get_frame_register_value instead of deprecated_frame_register_read
` [PATCH 2/2] Remove parameter valaddr from la_val_print
[PATCH 0/3] enum_flags: Fix problems and add comprehensive unit tests
2016-11-07 13:33 UTC (8+ messages)
` [PATCH 1/3] enum_flags: Use C++11 std::underlying_type
` [PATCH 3/3] enum_flags: Fix ternary operator and remove implicit convertion to raw enum
` [PATCH 2/3] enum_flags: Fix problems and add comprehensive unit tests
[PATCH V2 0/5] Support tracepoints for ARM linux in GDBServer
2016-11-07 9:25 UTC (9+ messages)
` [PATCH V2 3/5] Improve tests to allow for targets that support trace but not ftrace
` [PATCH V2 4/5] Use FAST_TRACEPOINT_LABEL in range-stepping.exp
` [PATCH V2 2/5] Enable tracing of pseudo-registers on ARM
` [PATCH V2 5/5] Support tracepoints for ARM linux in GDBServer
` [PATCH V2 1/5] Teach arm unwinders to terminate gracefully
[PATCH 1/4] Fix some aspects of python lazy string handling: docs
2016-11-07 3:36 UTC (2+ messages)
[PATCH 4/4] Fix some aspects of python lazy string handling: scheme
2016-11-07 1:19 UTC
[PATCH 3/4] Fix some aspects of python lazy string handling: scheme addition
2016-11-07 1:17 UTC
[PATCH 2/4] Fix some aspects of python lazy string handling: python
2016-11-07 1:14 UTC
[PATCH 0/4] Fix some aspects of python lazy string handling
2016-11-07 1:11 UTC
[PATCH obv] Fix a few typos
2016-11-05 3:52 UTC
[RFA] Use unique_xmalloc_ptr in Python code
2016-11-04 20:42 UTC
[PATCH, doc RFA] Fix lazy string type docs
2016-11-04 19:29 UTC (12+ messages)
[PATCH 0/2] gdb: Require a C++11 compiler
2016-11-04 14:46 UTC (18+ messages)
` [PATCH 2/2] gdb: Require C++11
` [PATCH] gdb/NEWS: Mention C++11 requirement
Your commit 'Add support for RISC-V architecture.' broke GDB
2016-11-04 13:52 UTC
[PATCH v2 0/8] Python bindings for btrace recordings
2016-11-04 8:16 UTC (10+ messages)
` [PATCH v2 2/8] btrace: Export btrace_decode_error function
` [PATCH v2 8/8] Add documentation for new instruction record Python bindings
` [PATCH v2 4/8] Add record_start function
` [PATCH v2 3/8] btrace: Use binary search to find instruction
` [PATCH v2 7/8] python: Add tests for record Python bindings
` [PATCH v2 1/8] btrace: Count gaps as one instruction explicitly
` [PATCH v2 5/8] python: Create Python bindings for record history
` [PATCH v2 6/8] python: Implement btrace "
[RFA 0/2] two python fixes
2016-11-03 22:54 UTC (5+ messages)
` [RFA 2/2] Fix py-value.exp failure on Python 3
` [RFA 1/2] Fix some error-handling bugs in python frame filters
[PATCH] Add support for untagged unions
2016-11-03 22:47 UTC (6+ messages)
[PATCH] Fix ext lang calls to value_struct_elt
2016-11-03 20:59 UTC (2+ messages)
[PATCH] Add some clarifying comments to i386-tdep.c
2016-11-03 17:01 UTC (2+ messages)
[PATCH, RFC] Add support for choosing disassembler cpu in GDB for POWER
2016-11-03 16:49 UTC (13+ messages)
[PATCH 00/11 v2] Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind
2016-11-03 16:11 UTC (14+ messages)
` [PATCH 11/11] Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION
` [PATCH 04/11] Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind
` [PATCH 03/11] Add enum for mips breakpoint kinds
` [PATCH 08/11] Add default_breakpoint_from_pc
` [PATCH 05/11] New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kind
` [PATCH 02/11] GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION
` [PATCH 10/11] Remove arm_override_mode
` [PATCH 06/11] Rename placed_size to kind
` [PATCH 01/11] gdbarch_breakpoint_from_pc doesn't return NULL
` [PATCH 07/11] Remove gdbarch_remote_breakpoint_from_pc
` [PATCH 09/11] Determine the kind of single step breakpoint
GDB port for RISC-V
2016-11-03 12:39 UTC (4+ messages)
` [PATCH 1/2] RISC-V GDB Port
[PATCH, RFC] Add support for choosing disassembler cpu in GDB for POWER
2016-11-02 23:28 UTC (4+ messages)
[PATCH v2 0/5] Prevent more recursion in python based unwinders
2016-11-02 22:26 UTC (7+ 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] DWARF: Don't add nameless modules to partial symbol table
2016-11-02 16:41 UTC (4+ messages)
[RFA v2 00/17] more C++
2016-11-02 16:12 UTC (9+ messages)
` [RFA v2 16/17] Convert dwarf_expr_context_funcs to methods
[PATCH 0/7] Python bindings for btrace recordings
2016-11-02 11:24 UTC (9+ messages)
` [PATCH 3/7] btrace: Use binary search to find instruction
` [PATCH 6/7] python: Add tests for record Python bindings
[PATCH] Fix C++ compilation on MinGW
2016-11-02 9:53 UTC
[PATCH] Fix C++ compilation on MinGW
2016-11-02 9:45 UTC
New ARI warning Wed Nov 2 01:57:32 UTC 2016
2016-11-02 1:57 UTC
FYI - git hooks (small) update
2016-11-01 14:55 UTC
[PATCH] Remove IRIX 5 <sys/proc.h> _KMEMUSER workaround
2016-10-31 17:08 UTC (3+ messages)
[committed] MIPS: Remove remains of IRIX OS ABI support
2016-10-31 16:48 UTC (2+ messages)
MinGW compilation errors due to strcasecmp
2016-10-31 16:40 UTC (7+ messages)
[committed] MIPS: Remove remains of legacy remote target support
2016-10-31 16:23 UTC
[PATCH] Fix handling of discriminantless univariant enums in Rust
2016-10-31 6:17 UTC (14+ messages)
[PATCH] Remove errant usage text on gdbserver --multi
2016-10-31 6:03 UTC
set_value_component_location in apply_val_pretty_printer
2016-10-31 3:07 UTC (3+ messages)
[PATCH] Add support for the sizeof function in Rust
2016-10-30 3:18 UTC (2+ messages)
[PATCH] Fix PR breakpoints/20739: Badly formatted adress string in error message
2016-10-29 19:57 UTC (2+ messages)
CYGWIN file input redirection
2016-10-29 15:11 UTC (11+ messages)
` MS-Windows file input redirection, v2
[PATCH] gdb/doc: Remove mention of vCont's default actions
2016-10-29 6:10 UTC (2+ messages)
[PATCH 00/13] Split brekapoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind
2016-10-28 19:44 UTC (7+ messages)
` [PATCH 07/13] "
` [PATCH 06/13] Add enum for mips breakpoint kinds
[RFC 2/3] Record function descriptor address instead of function address in value
2016-10-28 18:41 UTC (6+ messages)
C++11 (abridged version)
2016-10-28 17:26 UTC (6+ messages)
[PATCH] testsuite: Avoid a buffer overrun in `gdb.base/maint.exp'
2016-10-28 14:58 UTC (4+ messages)
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