public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv4 0/5] Fix -var-update for registers in frames 1 and up
 2017-10-19 13:27 UTC  (2+ messages)
` [PATCHv4 1/5] gdb: Remove duplicate declaration of a function

[PATCH] [AArch64 Linux] Get rid of top byte from tagged address
 2017-10-19 13:25 UTC  (11+ messages)

[PATCH] GDBserver: Fix ignored Ctrl-C after reconnection
 2017-10-19 13:19 UTC 

[PATCH] gdb: Remove hard-coded line number from test
 2017-10-19 13:10 UTC 

[PATCH 0/2] GDB test suite: Support targets with systemd-coredump
 2017-10-19 10:48 UTC  (23+ messages)
` [PATCH 1/2] GDB test suite: Add helper for locating core files
` [PATCH 2/2] GDB test suite: Get core files on targets with systemd-coredump

[PATCH] Fix faulty use of obstack_free() to *shrink* dont_print_statmem_obstack. Instead use obstack_blank_fast() with a "negative" size. A real stack data structured would be appropriate here. Added unit test gdb/testsuite/gdb.cp/printstaticrecursion.exp
 2017-10-19 10:18 UTC  (2+ messages)

[RFA 0/3] C++-ify gdb_bfd
 2017-10-19  3:35 UTC  (7+ messages)
` [RFA 1/3] Introduce new_bfd_ref
` [RFA 3/3] Use std::vector in gdb_bfd_data
` [RFA 2/3] Use "new" to allocate gdb_bfd_data

[RFA 0/6] more cleanup removals
 2017-10-19  3:17 UTC  (24+ messages)
` [RFA 2/6] Remove some cleanups from probe.c
` [RFA 5/6] Return unique_xmalloc_ptr from target_read_stralloc
` [RFA 4/6] Simple cleanup removals in remote.c
            ` [PATCH 1/2] Introduce string_appendf/string_vappendf (Re: [RFA 4/6] Simple cleanup removals in remote.c)
            ` [PATCH 2/2] remote.c, QCatchSyscalls: Build std::string instead of unique_xmalloc_ptr "
` [RFA 1/6] Use std::vector in end_symtab_get_static_block
` [RFA 3/6] Remove cleanup from ppc-linux-nat.c
` [RFA 6/6] Return unique_xmalloc_ptr from target_fileio_read_stralloc

[PATCH] Use dlsym to check if libdl is needed for plugin
 2017-10-19  0:25 UTC 

[PATCH] Fix inferior deadlock with "target remote | CMD"
 2017-10-18 22:30 UTC  (2+ messages)

[PATCH] Merge/shared string_printf and string_vprintf unit tests
 2017-10-18 22:30 UTC  (2+ messages)

[pushed] Fix double-free corruption
 2017-10-18 22:30 UTC  (3+ messages)
` [PATCH] xml_fetch_content_from_file: Read in whole file in one go (Re: [pushed] Fix double-free corruption)

[PATCH v6 6/6] sim: testsuite: add testsuite for or1k sim
 2017-10-18 20:54 UTC  (3+ messages)

[PATCH v6 4/6] sim: or1k: add cgen generated files
 2017-10-18 20:38 UTC  (2+ messages)

[PATCH v6 5/6] sim: or1k: add autoconf generated files
 2017-10-18 20:19 UTC 

[PATCH v6 3/6] sim: or1k: add or1k target to sim
 2017-10-18 20:15 UTC 

[PATCH v6 2/6] sim: cgen: add MUL2OFSI and MUL1OFSI functions (needed for OR1K l.mul[u])
 2017-10-18 20:09 UTC 

[PATCH v6 1/6] sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd])
 2017-10-18 20:08 UTC 

[patch] aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones
 2017-10-18 19:52 UTC  (2+ messages)
` ping#2: "

[PATCH] Canonicalize conversion operators
 2017-10-18 18:29 UTC  (3+ messages)

[PATCH 1/3] arc: Add XML target descriptions for Linux targets
 2017-10-18 17:33 UTC  (5+ messages)

[PATCH 1/2] In cp_print_value_fields() obey dont_print_statmem=1 explicitly passed from cp_print_static_field()
 2017-10-18 13:39 UTC  (3+ messages)
` [PATCH 2/2] Add unit test for bug 13669 "Infinite recursion in cp_print_value_fields"

[PATCH 1/3] BFD: Write Linux core PRSTATUS note into MIPS core file
 2017-10-18 13:37 UTC  (6+ messages)
` [PATCH 2/3] BFD: Extract PID from MIPS core dump file
` [PATCH 3/3] Add test for fetching TLS from core file

[PATCH OBV] Remove features/tic6x-c62x-linux.c
 2017-10-18 11:47 UTC 

[PATCH] Record and output access specifiers for nested typedefs
 2017-10-18 10:21 UTC  (8+ messages)
      ` [PATCH] Issue complaint instead of assert for invalid/unhandled DW_AT_accessibility

gcore support for AIX
 2017-10-18 10:14 UTC  (4+ messages)

[RFA 0/8] Constify many commands
 2017-10-18  9:37 UTC  (27+ messages)
` [RFA 8/8] Constify add_com
` [RFA 2/8] Constify add_com_suppress_notification
` [RFA 6/8] Remove cleanup from backtrace_command
` [RFA 1/8] Constify add_abbrev_prefix_cmd
` [RFA 7/8] Add truncate_repeat_arguments function
` [RFA 5/8] Constify add_path and friends
` [RFA 4/8] Make strip_bg_char return a unique_xmalloc_ptr
` [RFA 3/8] Make set_cmd_cfunc private

[PATCH V4] symlookup: improves symbol lookup when a file is specified
 2017-10-18  9:01 UTC 

[PATCH V3] symlookup: improves symbol lookup when a file is specified
 2017-10-18  7:58 UTC 

[RFA 1/3] Remove cleanups from prepare_execute_command
 2017-10-18  4:06 UTC  (3+ messages)
` [RFA 2/3] Remove cleanup from call_function_by_hand_dummy
` [RFA 3/3] Remove cleanups from break-catch-syscall.c

[pushed] Really make the native-stdio-gdbserver board non-remote
 2017-10-17 19:11 UTC 

[RFA 1/2] PR gdb/20604 - fix "quit" when an invalid expression is used
 2017-10-17 17:28 UTC  (2+ messages)

[PATCH] Fix 'gdb.base/quit.exp hangs forever' if the test fails
 2017-10-17 17:26 UTC 

[PATCH] Add several "quit with live inferior" tests
 2017-10-17 16:28 UTC  (5+ messages)

Sporadic failures of selftest tests
 2017-10-17 16:12 UTC  (8+ messages)

Oh dear. I regret to inform you that commit d3037ba6a398d37585b3d34ff9ed439848ba98a1 might be unfortunate
 2017-10-17 14:34 UTC  (2+ messages)
` Breakage on builder Fedora-s390x-m64, revision d3037ba6a398d37585b3d34ff9ed439848ba98a1

[PATCH] [Bug gdb/13669] Infinite recursion in cp_print_value_fields
 2017-10-17 14:21 UTC 

[PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file
 2017-10-17 13:57 UTC  (3+ messages)

[PATCH 3/4] BFD: Fix reading Linux core PRSTATUS note for MIPS n32
 2017-10-17 13:47 UTC  (3+ messages)

[RFC v2][3/3] Target FP printing: Use floatformat_to_string in tdep code
 2017-10-17 13:19 UTC  (4+ messages)

[FYI] Remove obsolete assertion from regcache.c
 2017-10-17 12:43 UTC  (2+ messages)

[PATCH] Simplify regcache::xfer_part
 2017-10-17 11:33 UTC  (3+ messages)

[PATCH 1/4] [GDBserver] Replicate src dir in build dir
 2017-10-17 11:17 UTC  (6+ messages)
` [PATCH 4/4] [GDBserver] Move aarch64-insn.o to arch/ and remove one Makefile rule
` [PATCH 3/4] [GDBserver] Move arm-linux.o and arm-get-next-pcs.o to arch/
` [PATCH 2/4] [GDBserver] Move arm.o to arch/arm.o

[PATCH v2] symlookup: improves symbol lookup when a file is specified
 2017-10-17  7:57 UTC  (4+ messages)

[python][patch] Python rbreak
 2017-10-17  0:24 UTC  (4+ messages)

question for Orjan Friberg
 2017-10-17  0:09 UTC 

question for Sakamoto Kei
 2017-10-17  0:08 UTC 

[RFA 0/7] more ui-out cleanup removal
 2017-10-16 22:59 UTC  (10+ messages)
` [RFA 4/7] Use ui_out_emit_tuple in disasm.c

[python] Allow explicit locations in breakpoints
 2017-10-16 22:26 UTC  (13+ messages)

[RFA v3] enable/disable sub breakpoint range
 2017-10-16 22:21 UTC  (5+ messages)

[PATCH] Make native gdbserver boards no longer be "remote" (in DejaGnu terms)
 2017-10-16 19:27 UTC  (3+ messages)

[pushed] Use proc_with_prefix in py-breakpoint.exp
 2017-10-16 19:08 UTC 

[PATCH v6 0/6] sim port for OpenRISC
 2017-10-16 18:04 UTC 

[PATCH] Get rid of VEC (mem_region)
 2017-10-16 15:49 UTC  (2+ messages)
` [PATCH] Use std::string in memory_map_parsing_data

[PATCH] Get rid of VEC(mem_range_s)
 2017-10-16 15:07 UTC  (3+ messages)

[PATCH 0/2] Make "list ambiguous" show symbol names too
 2017-10-16 15:03 UTC  (5+ messages)
` [PATCH 1/2] Fix "list ambiguous_variable"

[pushed 8.0-branch] [Bug server/22137] gdbserver crashes on hosts with pkru register
 2017-10-16 14:16 UTC  (6+ messages)

[pushed] Work around GCC 6.3.1 bug
 2017-10-16 14:15 UTC 

[PATCH] Fix PR 8841 for nios2-linux
 2017-10-16 11:50 UTC 

[PATCH OBV] Regenerate gdbserver/configure
 2017-10-16 10:27 UTC 

[PATCH] Remove features/nios2-linux.c
 2017-10-16  8:56 UTC 

[PATCH] Remove features/tic6x-*.c files
 2017-10-16  8:27 UTC 

[PATCH OBV] Remove regformats/tic6x-{c62x,c64x,c64xp}.dat
 2017-10-16  8:16 UTC 

[RFA 0/4] finish command constification
 2017-10-16  3:23 UTC  (5+ messages)
` [RFA 2/4] Remove cmd_cfunc_ftype
` [RFA 3/4] Constify add_setshow_*
` [RFA 4/4] Constify execute_command
` [RFA 1/4] Constify add_info

page:  |  | 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).