Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
FYI: [Ada] Rework ada_value_primitive_packed_val
 2015-10-09 21:42 UTC  (5+ messages)
` [PATCH 4/8] [Ada] split data unpacking code out of ada_value_primitive_packed_val
` [PATCH 1/8] More explicit local variable names in ada_value_primitive_packed_val
` [PATCH 3/8] Reorder variable declarations "
` [PATCH 2/8] use gdb_byte in ada-lang.c::ada_value_primitive_packed_val

[PATCH] gdb: Improve syscall entry/return tracking on Linux
 2015-10-09 18:09 UTC  (4+ messages)

[PATCH] Fix execution_direction's type
 2015-10-09 17:26 UTC  (3+ messages)

[PATCH] More char constification
 2015-10-09 17:17 UTC  (2+ messages)

[PATCH c++ 0/3] Some C++ patches
 2015-10-09 14:12 UTC  (6+ messages)
` [PATCH c++ 2/3] cris: Use enum bfd_endian to represent endianness
` [PATCH c++ 3/3] i386: Fix type of gdbarch_tdep::register_reggroup_p
` [PATCH c++ 1/3] arm-linux-tdep: Add explicit cast for int to gdb_syscall conversion

[PATCH c++] Change some void* to gdb_byte*
 2015-10-09 14:09 UTC  (5+ messages)

[PATCH obv c++] Add two callback data casts
 2015-10-09 13:43 UTC 

[commit] Fix typos in comments
 2015-10-09 13:23 UTC 

[PATCH 0/6] disasm, record: fix "record instruction-history /m"
 2015-10-09 13:17 UTC  (6+ messages)
` [PATCH 2/6] disasm: add struct disas_insn to describe to-be-disassembled instruction
` [PATCH 3/6] disas: add gdb_disassembly_vec

[PATCH] btrace, test: avoid gdb.btrace/vdso.exp fail
 2015-10-09 12:25 UTC  (2+ messages)

[PATCH] Fix gdb.base/a2-run.exp race
 2015-10-09 11:57 UTC  (2+ messages)

[PATCH 0/2] fort_dyn_array: Enable basic Fortran dynamic array support
 2015-10-09 11:37 UTC  (8+ messages)
` [PATCH 1/2] fort_dyn_array: add basic fortran dyn "

please update readline/support/config.{guess,sub}
 2015-10-09 10:57 UTC  (2+ messages)

[PATCH] Fix inherit.exp tests
 2015-10-09 10:26 UTC  (3+ messages)

[PATCH] [D] Add grammar support for sizeof and typeof
 2015-10-08 19:44 UTC  (4+ messages)

[committed] MAINTAINERS: Update my email address
 2015-10-08 18:12 UTC 

[PATCH 00/11] Displaced stepping on AArch64 GNU/Linux
 2015-10-07 15:38 UTC  (13+ messages)
` [PATCH 03/11] Move append_insns out of aarch64_relocate_instruction
` [PATCH 02/11] Move target_read_uint32 "
` [PATCH 07/11] Support displaced stepping in support_displaced_stepping for aarch64*-*-linux*
` [PATCH 01/11] More tests in gdb.arch/insn-reloc.c
` [PATCH 08/11] New test case gdb.arch/disp-step-insn-reloc.exp
` [PATCH 10/11] Rename emit_load_store to aarch64_emit_load_store
` [PATCH 11/11] Mention the change in NEWS
` [PATCH 05/11] Move aarch64_relocate_instruction to arch/aarch64-insn.c
` [PATCH 09/11] Rename emit_insn to aarch64_emit_insn
` [PATCH 04/11] Use visitor in aarch64_relocate_instruction
` [PATCH 06/11] Support displaced stepping in aarch64-linux

[PATCH, FT32] sim: test coverage for link parameters, PM write port
 2015-10-07 15:20 UTC 

AIX DWARF debugging sections
 2015-10-07 12:49 UTC  (10+ messages)

[PATCH 0/2] [aarch64] Use opcodes to decode instructions in GDB
 2015-10-07  8:56 UTC  (12+ messages)
` [PATCH 1/2] [aarch64] Remove argument pc from disas_aarch64_insn
` [PATCH 2/2] [aarch64] Use opcodes to decode instructions in GDB
    ` [PATCH 0/3 V2] "
      ` [PATCH 2/3] [aarch64] expose disas_aarch64_insn and rename it to aarch64_decode_insn
      ` [PATCH 3/3] [aarch64] use aarch64_decode_insn to decode instructions in GDB
      ` [PATCH 1/3] [aarch64] Remove argument pc from disas_aarch64_insn

[PING] [PATCH] [D] Re-apply change for handling non-local references in nested functions
 2015-10-06 16:52 UTC 

[PATCH] Fix accessing a function's fields (parameters) from Python (PR 18073)
 2015-10-06 16:43 UTC  (2+ messages)

[patch] parse load_offset (bias) of restore command as long
 2015-10-06 16:33 UTC  (2+ messages)

Ping: RFA: AArch64 sim
 2015-10-06  8:20 UTC 

[PATCH] gdb.base/default.exp: Use verbose -log in a few places
 2015-10-05 22:27 UTC 

RFC GDB Linux Awareness analysis
 2015-10-05 18:37 UTC  (4+ messages)

[PATCH v2 0/7] Software breakpoints support for ARM linux in GDBServer
 2015-10-05 17:00 UTC  (9+ messages)
` [PATCH v2 6/7] Refactor the breakpoint definitions in linux-arm-low.c
` [PATCH v2 4/7] Support breakpoint kinds for software breakpoints in GDBServer
` [PATCH v2 3/7] Implement breakpoint_from_kind for supported architectures "
` [PATCH v2 1/7] Add breakpoint_from_pc target_ops for software breakpoints "
` [PATCH v2 7/7] Support software breakpoints for ARM linux "
` [PATCH v2 2/7] Add breakpoint_from_kind target_ops for software breakpoints "
` [PATCH v2 5/7] Implement breakpoint_from_pc for ARM "

[PATCH 0/4]: GDB: inferior standard I/O redirection
 2015-10-05 12:26 UTC  (7+ messages)
` [PATCH 1/4] "
` [PATCH 3/4] GDB/MI: add test for command -inferior-tty-show
` [PATCH 2/4] GDB/MI: fix and simplify mi_valid_noargs utility function
` [PATCH 4/4] GDB/MI: inferior standard I/O redirection

[PATCH 0/2] disassembly over compilation unit boundaries
 2015-10-05  4:43 UTC  (9+ messages)
` [PATCH 1/2] gdb: Move common MI code to outer function
` [PATCH 2/2] gdb: Ensure disassembler covers requested address range

[PATCH] Forward VALUE_LVAL when avoiding side effects for STRUCTOP_STRUCT
 2015-10-02 22:21 UTC  (4+ messages)

[testsuite, committed] fix gdb.dwarf2/staticvirtual.exp regexp
 2015-10-02 20:26 UTC 

[PATCH, FT32] Correctly interpret function prologs
 2015-10-02 19:26 UTC  (4+ messages)

[PATCH obv] vec.h: Add casts for C++ compat
 2015-10-01 15:32 UTC 

[PATCH 0/3] Support thread names on remote targets
 2015-10-01 11:54 UTC  (4+ messages)
` [PATCH 2/3] gdb/remote.c: support getting thread names with qThreadName
` [PATCH 1/3] Move linux thread name retrieval code to linux-procfs.c
` [PATCH 3/3] gdbserver: support qThreadName on Linux

FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils
 2015-10-01  7:46 UTC  (3+ messages)

[PATCH 0/8] Break at each iteration for breakpoints placed on a while statement
 2015-10-01  4:09 UTC  (7+ messages)
` [PATCH 3/8] "

[COMMITTED PATCH] dwarf2read.c (setup_type_unit_groups): Add comment
 2015-09-30 19:33 UTC 

[pushed] x86/Linux: reenable all-stop on top of non-stop
 2015-09-30 18:25 UTC 

[ob/pushed] Call strprefix instead of strncmp in event parsing
 2015-09-30 17:23 UTC 

[pushed][PATCH v3 1/4] Extended-remote follow exec
 2015-09-30 16:22 UTC  (3+ messages)

[PATCH 3/2] Add some more casts (2/2)
 2015-09-30 15:25 UTC  (6+ messages)

[PATCH OBV] Shorten long lines in linux-aarch64-low.c
 2015-09-30 14:59 UTC 

[PATCH] py-type.exp: Do not run tests if binary fails to build
 2015-09-30 14:06 UTC  (3+ messages)

[PATCH 0/9] Changes to frame selection
 2015-09-30 14:00 UTC  (15+ messages)
` [PATCH 5/9] gdb: Fix bug with dbx style func command
` [PATCH 7/9] gdb: Simplify parse_frame_specification
` [PATCH 9/9] gdb: Change how frames are selected for 'frame' and 'info frame'
` [PATCH 6/9] gdb: Avoid unneeded calls to parse_frame_specification
` [PATCH 3/9] gdb: Make use of safe-ctype.h header
` [PATCH 8/9] gdb: Split func_command into two parts
` [PATCH 1/9] gdb: Check the selected-frame in frame_find_by_id

Iain Buclaw appointed D language maintainer
 2015-09-30 13:27 UTC  (5+ messages)

[PATCH] infcmd.c: Don't attempt to record a NULL value after a finish command
 2015-09-30 13:02 UTC  (5+ messages)

[PATCH v2] btrace, testsuite: fix spurious gdb.btrace/tsx.exp fails
 2015-09-30 12:39 UTC  (2+ messages)

[PATCH] Wrap gdb_agent_op_sizes by #ifndef IN_PROCESS_AGENT
 2015-09-30 12:37 UTC  (2+ messages)

[COMMITTED PATCH] msp430: Fix bug regarding large memory model inferior function call arguments
 2015-09-30  5:01 UTC 

[PATCH, FT32] sim: correct simulation of MEMCPY and MEMSET
 2015-09-30  3:40 UTC  (2+ messages)

[PATCH, FT32] sim: correctly simulate PM write port
 2015-09-30  3:37 UTC  (4+ messages)

[PATCH] Print address map in output of "mt print psymbols"
 2015-09-29 21:35 UTC 

[patch, testsuite] fix problems in gdb.base/paginate-bg-execution.exp
 2015-09-29 14:41 UTC  (2+ messages)

[PATCH] [PR symtab/17911] Recognize bad file types
 2015-09-29 14:29 UTC  (2+ messages)

[PATCH] Fix use of uninitialized value in linux-arm-low in GDBServer
 2015-09-29 14:05 UTC  (5+ messages)

[patch, testsuite] check for UTF-32 target wide charset support in gdb.base/wchar.exp
 2015-09-29 13:50 UTC  (5+ messages)

[PATCH, FT32] Replace hard-coded instruction patterns with macros
 2015-09-29 12:54 UTC  (2+ messages)

[PATCH 0/5] Software breakpoints support for ARM linux
 2015-09-29 11:55 UTC  (15+ messages)
` [PATCH 2/5] Make breakpoint and breakpoint_len local variables in GDBServer
` [PATCH 3/5] Add support for ARM breakpoint types "
` [PATCH 4/5] Handle breakpoint kinds for software breakpoints "

[PATCH] [PR gdb/17143] Improve memory usage of major obstacks
 2015-09-29 11:40 UTC  (2+ messages)

[PATCH 3/3] debugging with yama: check for yama ptrace_scope
 2015-09-29 11:20 UTC  (2+ messages)

[PATCH 1/2] Try both make_relative_prefix{,ignore_links} for relocatability
 2015-09-29 11:01 UTC  (2+ messages)

[PATCH 2/2] Try both make_relative_prefix{,ignore_links} for relocatability
 2015-09-29 11:01 UTC 

[PATCH obv] cli-script.c: Fix read_next_line's comment
 2015-09-28 22:46 UTC  (2+ messages)

[PATCH] gcore.c (array_func): Add reference to static_array
 2015-09-28 20:33 UTC  (2+ messages)

[PATCH 2/3] debugging with yama: add suberror code to gdb_exception
 2015-09-28 19:27 UTC 

[PATCH 1/3] debugging with yama: move make_cleanup_fclose
 2015-09-28 19:24 UTC 

[PATCH 0/3] Give user guidance on debugging with yama
 2015-09-28 19:22 UTC 

[OB PATCH] common/filestuff.c (make_cleanup_close): Update comment
 2015-09-28 18:34 UTC 

[PATCH v3 1/2] D: Support looking up symbols in the current and imported modules
 2015-09-28 10:39 UTC  (4+ messages)

Broken build details view?
 2015-09-26 22:10 UTC  (3+ messages)

[PATCH obv] Fix cast of xml_find_attribute's return value
 2015-09-26 21:34 UTC 

[PATCH] [D] Fix regression in py-lookup-type.exp
 2015-09-26  7:18 UTC  (3+ 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