Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
set_value_component_location in apply_val_pretty_printer
 2016-11-14 16:38 UTC  (4+ messages)

[PATCH 0/3] Support DW_AT_data_bit_offset
 2016-11-14 15:38 UTC  (7+ messages)
` [PATCH 1/3] Fix PR12616 - gdb does not implement DW_AT_data_bit_offset
` [PATCH 2/3] Fix copy_bitwise()
` [PATCH 3/3] Optimize byte-aligned copies in copy_bitwise()

[PATCH] btrace: read entire aux buffer
 2016-11-14  9:19 UTC  (2+ messages)

[PATCH 0/2] Auto roll back on error while changing a setting
 2016-11-14  8:35 UTC  (6+ messages)
` [PATCH 2/2] gdb: Simplify variable set hooks
` [PATCH 1/2] gdb: Restore a settings previous value on error during change

[PATCH] Fix C++ compilation on MinGW
 2016-11-13 21:48 UTC  (3+ messages)

[PATCH 0/4] Makefile improvements and cleanups
 2016-11-13 16:25 UTC  (8+ messages)
` [PATCH 2/4] Makefile: Replace explicit subdir rules with pattern rules
` [PATCH 1/4] Makefile: Replace old suffix "
` [PATCH 3/4] Makefile: Flatten and sort file lists

[RFA 00/11] third series of C++ use in Python layer
 2016-11-12 21:40 UTC  (13+ messages)
` [RFA 02/11] Use gdbpy_enter in fnpy_call
` [RFA 08/11] Remove ensure_python_env
` [RFA 03/11] Use gdbpy_enter in py-param.c
` [RFA 05/11] Use gdbpy_enter_varobj in more of varobj.c
` [RFA 09/11] Use gdbpy_ref in py_print_frame
` [RFA 07/11] Use gdbpy_enter_varobj in varobj_value_get_print_value
` [RFA 04/11] Use gdbpy_enter in python.c
` [RFA 11/11] Change python_run_simple_file to use gdbpy_ref
` [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

[RFA 00/14] add a smart pointer for PyObject*
 2016-11-12 17:31 UTC  (13+ messages)
` [RFA 01/14] Introduce py-ref.h
` [RFA 02/14] Change event code to use gdbpy_reference

[RFA 00/20] more use of C++ in the Python layer
 2016-11-12 17:24 UTC  (31+ messages)
` [RFA 01/20] Introduce gdbpy_enter
` [RFA 08/20] Use gdbpy_enter in python.c
` [RFA 02/20] Use gdbpy_enter in py-breakpoint.c
` [RFA 04/20] Use gdbpy_enter in py-finishbreakpoint.c
` [RFA 15/20] Use gdbpy_enter in python_interactive_command
` [RFA 11/20] Use gdbpy_enter in py-unwind.c
` [RFA 14/20] Use gdbpy_enter in gdbpy_before_prompt_hook
` [RFA 06/20] Use gdbpy_enter in py-objfile.c
` [RFA 17/20] Use gdbpy_reference in invoke_match_method
` [RFA 16/20] Use gdbpy_enter in gdbpy_get_matching_xmethod_workers
` [RFA 10/20] Use gdbpy_enter in py-xmethods.c
` [RFA 13/20] Use gdbpy_enter in py-prettyprint.c
` [RFA 07/20] Use gdbpy_enter in py-progspace.c
` [RFA 05/20] Use gdbpy_enter in py-inferior.c
` [RFA 03/20] Use gdbpy_enter in py-cmd.c
` [RFA 09/20] Use gdbpy_enter in py-type.c
` [RFA 18/20] Use gdbpy_enter in py-xmethod.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 20/20] Use gdbpy_enter_varobj in py-varobj.c

[PATCH, v2] Fixup test names starting with uppercase
 2016-11-12  5:53 UTC 

[PATCH] Fixup test names starting with uppercase
 2016-11-12  2:46 UTC 

[PATCH] Fix PR18360 - internal error when using "interrupt -a"
 2016-11-12  0:50 UTC  (3+ messages)

[PATCH] bitfield-parent-optimized-out: Fix struct definition
 2016-11-11 23:27 UTC  (2+ messages)

[PATCH] Don't handle unavailable/optimized-out in spu_software_single_step
 2016-11-11 20:43 UTC  (3+ messages)

[1/9][RFC][DWARF] Reserve three DW_OP numbers in vendor extension space
 2016-11-11 19:39 UTC  (2+ 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  (5+ messages)
` [PATCH 2/2] Remove apply_val_pretty_printer parameter valaddr

[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 

[PATCH V2 0/5] Support tracepoints for ARM linux in GDBServer
 2016-11-10 14:01 UTC  (7+ messages)
` [PATCH V2 5/5] "

[PATCH 0/2] amd64: add fs_base and gs_base
 2016-11-10 12:37 UTC  (4+ messages)
` [PATCH 2/2] amd64-linux: expose system register FS_BASE and GS_BASE for Linux
  ` [PATCH 1/2] gdbserver-amd64: add HAVE_STRUCT_USER_REGS_STRUCT_(GS|FS)_BASE for gdbserver

[FYI 0/2] C++ in the Rust code
 2016-11-10  0:32 UTC  (5+ messages)
` [FYI 1/2] Use std::string in rust_get_disr_info
` [FYI 2/2] Remove some cleanups from the rust code

[RFA] Use unique_xmalloc_ptr in Python code
 2016-11-09 23:41 UTC  (3+ messages)

[PATCH] agent_expr_up: gdb::unique_ptr -> std::unique_ptr
 2016-11-09 23:03 UTC  (4+ messages)

[PATCH v2 0/5] Support an "unlimited" number of user-defined arguments
 2016-11-09 18:51 UTC  (21+ messages)
` [PATCH v2 3/5] Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitution
` [PATCH v2 1/5] gdb/testsuite: Introduce "proc_with_prefix"
  ` [PATCH] Make gdb.mi/user-selected-context-sync.exp use proc_with_prefix
` [PATCH v2 2/5] Further cleanup/modernization of gdb.base/commands.exp
` [PATCH v2 5/5] Support an "unlimited" number of user-defined arguments
` [PATCH v2 4/5] Test user-defined gdb commands and arguments stack

[PATCH] gdb: Use vector::emplace_back
 2016-11-09 18:45 UTC  (9+ messages)

[PATCH v2 0/5] Prevent more recursion in python based unwinders
 2016-11-09 14:48 UTC  (9+ 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 5/5] Stash frame id of current frame before stashing frame id for previous frame

[PATCH 0/4] Some TUI fixes
 2016-11-09 12:07 UTC  (10+ messages)
` [PATCH 1/4] tui-disasm: Fix window content buffer overrun
` [PATCH 3/4] tui-winsource: Allocate for actual lines only
` [PATCH 2/4] tui-disasm: Fix line buffer size calculation
` [PATCH 4/4] tui-winsource: Remove failed-allocation logic

New ARI warning Wed Nov 9 01:57:20 UTC 2016
 2016-11-09  1:57 UTC 

[PATCH] Delete gdb::unique_ptr/gdb::move
 2016-11-09  1:25 UTC 

[PATCH] gdb::{unique_ptr,move} -> std::{unique_ptr,move}
 2016-11-09  1:07 UTC 

[PATCH] arch-utils: Make the last endianness actually chosen sticky
 2016-11-08 22:50 UTC  (2+ messages)
  ` [PING][PATCH] "

[PATCH] gdbarch: Use an anonymous union for target data in `gdbarch_info'
 2016-11-08 21:43 UTC  (4+ messages)

[PATCH] osabi.c (user_osabi_state): Delete osabi_default, unused
 2016-11-08 20:22 UTC  (2+ messages)

Editing bugs on the sourceware.org bug tracker
 2016-11-08 19:13 UTC 

GDB test coverage
 2016-11-08 18:34 UTC  (2+ messages)

[PATCH v2 00/31] More cleanup elimination & unlimited args to user-defined funcs
 2016-11-08 15:41 UTC  (7+ messages)
` [PATCH v2 01/31] Introduce string_printf
` [PATCH v2 31/31] Support an "unlimited" number of user-defined arguments

[PATCH 2/2] Remove parameter valaddr from la_val_print
 2016-11-08 15:29 UTC  (2+ messages)

[PATCH] Restore the order of file lists in features/Makefile
 2016-11-08 14:55 UTC  (6+ messages)
` [PING][PATCH] "

[PATCH PUSHED] gdbarch software_single_step returns VEC (CORE_ADDR) *
 2016-11-08 14:43 UTC 

[RFA 0/2] two python fixes
 2016-11-08 13:09 UTC  (6+ 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 PUSHED] Clear addr bit in next_pcs vector
 2016-11-08 13:01 UTC 

[PATCH PUSHED] Remove arm_insert_single_step_breakpoint
 2016-11-08 12:54 UTC 

[PATCH] Fix PR breakpoints/20739: Badly formatted adress string in error message
 2016-11-08 12:48 UTC  (3+ messages)

[PATCH V4 0/6] Fortran: Resolve target types of pointers
 2016-11-08 12:27 UTC  (11+ messages)
` [PATCH V4 5/6] Resolve dynamic "

[PATCH OBV] Fix indentation
 2016-11-08 11:36 UTC 

Check for truncated registers in process_g_packet
 2016-11-08 10:37 UTC  (4+ messages)

[RFC] Fix amd64-elf 32/64 arch selection
 2016-11-08  1:06 UTC 

[PATCH] Fix ext lang calls to value_struct_elt
 2016-11-07 21:33 UTC  (3+ messages)

[PATCH] Add some clarifying comments to i386-tdep.c
 2016-11-07 21:29 UTC  (3+ messages)

[PATCH] python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate
 2016-11-07 21:25 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox