Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 0/8, V4] A general notification in GDB RSP
 2012-12-12 18:28 UTC  (17+ messages)
` [PATCH 2/8] de-couple %Stop from notification: gdbserver
` [PATCH 3/8] de-couple %Stop from notification: gdb
` [PATCH 6/8] Handle notification for all-stop
` [PATCH 7/8] Cleanup pending queues before resume in all-stop
` [PATCH 1/8] new queue.h in common/
` [PATCH 4/8] command 'set debug notification'
` [PATCH 5/8] Different notification from packets
` [PATCH 8/8] RSP notification 'Test'

[PATCH] Python 3 support, part 1 (non-testsuite part)
 2012-12-12 17:00 UTC  (16+ messages)

RFC: remove partial_symtab::objfile
 2012-12-12 16:51 UTC  (4+ messages)

[7/8] make commands in infcmd.c static
 2012-12-12 16:47 UTC 

[8/8] make directory_command static
 2012-12-12 16:47 UTC 

[6/8] make apropos_command static
 2012-12-12 16:46 UTC 

[4/8] remove call-cmds.h
 2012-12-12 16:44 UTC 

[5/8] make dprintf_command static
 2012-12-12 16:44 UTC 

[3/8] make symfile.c commands static
 2012-12-12 16:42 UTC 

[2/8] make some cli-script functions static
 2012-12-12 16:41 UTC 

[1/8] refactor init_cli_cmds
 2012-12-12 16:40 UTC 

[0/8] minor cleanups for the CLI
 2012-12-12 16:38 UTC 

RFC: make lookup_solib_trampoline_symbol_by_pc static
 2012-12-12 16:29 UTC 

[RFC] allow ravenscar thread support on multiple architectures
 2012-12-12 16:05 UTC  (2+ messages)

RFC: remove deprecated_sym_private
 2012-12-12 15:52 UTC  (3+ messages)

RFC: remove deprecated_sym_stab_info
 2012-12-12 15:51 UTC  (3+ messages)

[commit/obv] Remove trailing space in gdbarch.sh
 2012-12-12 15:46 UTC  (3+ messages)

[patch] gdbarch_syscall_pc_increment
 2012-12-12 15:43 UTC  (3+ messages)

[PATCH] Add fseek to ui-file
 2012-12-12 15:38 UTC  (16+ messages)

[RFC] Dispose properly of registered gdbarch'es at exit
 2012-12-12 15:29 UTC  (3+ messages)
  ` [RFC-v2] "

[PATCH 0/6] Add a new field 'installed' when reporting tracepoint
 2012-12-12 15:00 UTC  (17+ messages)
` [PATCH 1/6] Add a field 'installed' for each location of tracepoint
` [PATCH 5/6] Test tracepoints are installed or not

[RFA] Make contrib/ari/gdb_find.sh script more configurable
 2012-12-12 12:44 UTC 

[RFA] Make contrib/ari/gdb_find.sh script more configurable
 2012-12-12 12:39 UTC  (3+ messages)

[doc patch] coding style: 0 vs. NULL + [patch] Code cleanup: skip.c
 2012-12-12  4:29 UTC  (10+ messages)
        ` [doc patchv2] "

[PATCH 0/3] dprintf tweaks
 2012-12-12  4:13 UTC  (4+ messages)
` [PATCH 1/3] Test of breakpoint output for dprintf
` [PATCH 3/3] Assert 'printf_line' is non-null
` [PATCH 2/3] Remove dead code for dprintf

[RFC 0/2 gdbserver] Compute 'traceframe usage' per tracepoint
 2012-12-12  1:38 UTC  (3+ messages)
` [PATCH 2/2] Compute traceframe usuage per tracepoint on demand
` [PATCH 1/2] Test case: check traceframe_usage

[RFC] Fix .text section offset for windows DLL (was Calling __stdcall functions in the inferior)
 2012-12-12  0:59 UTC  (17+ messages)
              ` [RFC-v2] "
                ` [RFC-v3] "
                      ` [RFC-v4] "
                        ` [RFC-v5] "

[RFA] A few more Python version related testsuite fixes
 2012-12-11 20:55 UTC  (3+ messages)

[PATCH] FreeBSD powerpc support
 2012-12-11 20:07 UTC  (7+ messages)
    ` PING "

FYI: set dwz_file in dwarf2read.c
 2012-12-11 19:48 UTC 

RFC: remove deprecated report_transfer_performance
 2012-12-11 18:37 UTC  (3+ messages)

[RFC] Dispose properly of registered gdbarch'es at exit
 2012-12-11 17:16 UTC 

[RFA] Avoid memory leak in gdb_setup_readline
 2012-12-11 17:00 UTC 

[PATCH] solib-svr4.c: Remove old SCO-related code
 2012-12-11 16:45 UTC  (15+ messages)
  ` [PATCH 1/2] Put a NT_PSTATUS note on solaris cores
  ` [PATCH 2/2] Remove all traces of Unixware

Updated patch for Bug 13217 - thread apply all detach throws a SEGFAULT
 2012-12-11 16:43 UTC  (6+ messages)

RFA: handle "MiniDebuginfo" section
 2012-12-11 16:42 UTC  (12+ messages)

[RFA/mingw32] environment variables are case-insensitive on win32
 2012-12-11 16:27 UTC  (43+ messages)

New ARI warning Fri Nov 16 01:56:44 UTC 2012
 2012-12-11 15:47 UTC  (7+ messages)

[PATCH v9 1/3] MI: add the -catch-load and -catch-unload commands
 2012-12-11 14:54 UTC  (7+ messages)
` [PATCH v9 3/3] MI: tests for -catch-load/-catch-unload
` [PATCH v9 2/3] MI: document the -catch-load/-unload commands

[PATCH v10 1/3] MI: add the -catch-load and -catch-unload commands
 2012-12-11 13:48 UTC  (3+ messages)
` [PATCH v10 2/3] MI: document the -catch-load/-unload commands
` [PATCH v10 3/3] MI: tests for -catch-load/-catch-unload

[0/10] RFC: use gnulib more heavily + more configure fixes
 2012-12-11 10:53 UTC  (6+ messages)

[RFC] Debug Operators with GDB Python
 2012-12-10 22:31 UTC  (7+ messages)

[commit] Fix ranges_base handling in Fission skeleton DIEs
 2012-12-10 22:07 UTC 

[PATCH] Python 3 support, part 2 (testsuite part)
 2012-12-10 21:22 UTC  (5+ messages)

[patch] Fix "skip" for ambiguous linespec
 2012-12-10 21:08 UTC 

[commit] dwarf2read.c (create_dwo_in_dwp): Tweak comment
 2012-12-10 21:07 UTC 

[RFC] Add handling of VK_HOME, VK_END, VK_DELETE and VK_INSERT for mingw hosts
 2012-12-10 21:04 UTC 

[patch][python] 2 of 5 - Frame filter MI code changes
 2012-12-10 21:03 UTC  (4+ messages)

[commit] symtab.c (find_pc_sect_symtab): Add comment
 2012-12-10 20:30 UTC 

RFC: automatic dependency tracking for gdbserver
 2012-12-10 20:15 UTC  (2+ messages)

RFC: minor defs.h cleanup
 2012-12-10 19:56 UTC  (3+ messages)

[patch] Code cleanup: Remove search_len parameter
 2012-12-10 17:51 UTC 

RFC: fix bug in DW_OP_GNU_implicit_pointer
 2012-12-10 17:14 UTC  (4+ messages)

RFC: really free pending_blocks, v2
 2012-12-10 17:06 UTC  (2+ messages)

[PATCH 0/3] Address review, "fix recent breakage in the JIT reader interface"
 2012-12-10 16:38 UTC  (5+ messages)
` [PATCH 3/3] Add a test case for the jit-reader interface

[3/3] RFC: tag name completion
 2012-12-10 15:08 UTC  (3+ messages)

[RFC] Add handling of VK_HOME, VK_END, VK_DELETE and VK_INSERT for mingw hosts
 2012-12-10 14:30 UTC 

[RFC] Add handling of VK_HOME, VK_END, VK_DELETE and VK_INSERT for mingw hosts
 2012-12-10 14:11 UTC 

[PATCH v8 1/3] MI: add the -catch-load and -catch-unload commands
 2012-12-10 13:27 UTC  (3+ messages)

FYI/as-is: Patch to add support for atmel probe (avr)
 2012-12-10 12:05 UTC 

[PATCH] $a0 stored as a DSP register on mips64
 2012-12-10  8:29 UTC 

ping/FYI: [patch] Require long long for GDB
 2012-12-09 18:41 UTC  (3+ messages)
  ` [commit] "

[patch] Limit DW_AT_comp_dir workaround only for gcc<=4.2
 2012-12-09 17:36 UTC  (3+ messages)
  ` [commit] "

page:  |  | latest

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