Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH, testsuite] Don't run SREC, IHEX and TEKHEX tests for MIPS N64
 2013-07-03 15:05 UTC  (11+ messages)

[PATCH v3] gdbserver: fix the standalone build
 2013-07-03 15:04 UTC  (6+ messages)

[PATCH] Link GDBserver with -lmcheck on mainline/development too
 2013-07-03 13:28 UTC  (3+ messages)

[PATCH] Fix PR 15692 -dprintf-insert does not accept double quotes
 2013-07-03 13:09 UTC  (6+ messages)

[rfc] Add help text to start-up text
 2013-07-03 12:26 UTC  (5+ messages)

[patch v4 00/24] record-btrace: reverse
 2013-07-03 11:10 UTC  (27+ messages)
` [patch v4 05/24] record-btrace: start counting at one
` [patch v4 09/24] btrace: add replay position to btrace thread info
` [patch v4 02/24] record: upcase record_print_flag enumeration constants
` [patch v4 14/24] record-btrace: provide xfer_partial target method
` [patch v4 16/24] record-btrace: provide target_find_new_threads method
` [patch v4 22/24] infrun: reverse stepping from unknown functions
` [patch v4 08/24] record-btrace: make ranges include begin and end
` [patch v4 07/24] record-btrace: optionally indent function call history
` [patch v4 24/24] record-btrace: skip tail calls in back trace
` [patch v4 11/24] record-btrace: supply register target methods
` [patch v4 20/24] btrace, gdbserver: read branch trace incrementally
` [patch v4 19/24] btrace, linux: fix memory leak when reading branch trace
` [patch v4 03/24] btrace: change branch trace data structure
` [patch v4 10/24] target: add ops parameter to to_prepare_to_store method
` [patch v4 13/24] record-btrace, frame: supply target-specific unwinder
` [patch v4 15/24] record-btrace: add to_wait and to_resume target methods
` [patch v4 17/24] record-btrace: add record goto "
` [patch v4 23/24] record-btrace: add (reverse-)stepping support
` [patch v4 06/24] btrace: increase buffer size
` [patch v4 01/24] gdbarch: add instruction predicate methods
` [patch v4 18/24] record-btrace: extend unwinder
` [patch v4 04/24] record-btrace: fix insn range in function call history
` [patch v4 21/24] record-btrace: show trace from enable location
` [patch v4 12/24] frame, backtrace: allow targets to supply a frame unwinder

RFC: remove pop_target
 2013-07-03  9:02 UTC  (2+ messages)

[PATCH 0/3] add a few new warning options
 2013-07-03  9:00 UTC  (9+ messages)
` [PATCH 2/3] add -Wold-style-declaration
` [PATCH 3/3] add -Wold-style-definition
  ` Build regression on CentOS-5 [Re: [PATCH 3/3] add -Wold-style-definition]

RFC: don't call add_target for thread_db_ops
 2013-07-03  8:46 UTC  (2+ messages)

[PATCH 0/2] New option --skip-unavailable to -stack-list-XXX commands
 2013-07-03  5:21 UTC  (5+ messages)
` [PATCH 1/2] Use mi_getopt in mi_cmd_stack_list_locals and mi_cmd_stack_list_variables
` [PATCH 2/2] Add options to skip unavailable locals

[PATCH] Fix up msymbol type of dll trampoline to mst_solib_trampoline
 2013-07-03  0:26 UTC  (5+ messages)

[PATCH] Enable hw watchpoint with longer ranges using DAWR on Power
 2013-07-02 21:02 UTC  (5+ messages)

[patch] Fix SIGTERM signal safety (PR gdb/15358)
 2013-07-02 20:24 UTC 

[PATCH 0/7] first batch of test suite updates
 2013-07-02 20:08 UTC  (4+ messages)
` [PATCH 1/7] test suite update - gdb.base/[ab]
  ` [patch] testsuite build regression on CentOS-5 [Re: [PATCH 1/7] test suite update - gdb.base/[ab]]
    ` [commit] "

[PATCH] Rename 'booke' ptrace interface in ppc-linux-nat.c
 2013-07-02 17:54 UTC  (2+ messages)

RFA: remove mention of "target nrom"
 2013-07-02 16:47 UTC  (2+ messages)

FYI: minor comment fixes in ptid.h
 2013-07-02 16:38 UTC 

[patch] Fix cleanup in finish_command
 2013-07-02 14:50 UTC  (9+ messages)

[PATCH 0/7] increase the portability of the gdbserver code
 2013-07-02 14:46 UTC  (10+ messages)
` [PATCH 1/7] gdbserver, common: conditionally include the unistd.h
` [PATCH 4/7] gdbserver: conditionally include sys/param.h and sys/time.h

RFC: fix ARI for version.in change
 2013-07-02 13:19 UTC  (2+ messages)
`  "

[PATCH v2 0/4] increase the portability of the gdbserver code
 2013-07-02 12:58 UTC  (7+ messages)
` [PATCH v2 1/4] gdbserver, common: convert some variadic macros to C99
` [PATCH v2 2/4] gdbserver: avoid empty structs
` [PATCH v2 3/4] gdbserver, win32: fix some function typedefs

FW: [PATCH v11 0/5] remove-symbol-file & add-symbol-file
 2013-07-02  8:05 UTC 

[patch] Rename "prettyprint" to "prettyformat"
 2013-07-01 21:22 UTC  (2+ messages)

RFC: fix src-release for version.in move
 2013-07-01 20:25 UTC  (2+ messages)

FYI: GDB nightly snapshots still down
 2013-07-01 20:00 UTC  (2+ messages)

[PATCH] change gdb to use BFD's "dwz" functions
 2013-07-01 19:53 UTC  (2+ messages)

[PATCH] value_optimized_out and value_fetch_lazy
 2013-07-01 18:06 UTC  (5+ messages)
  ` [1/3] "
  ` [2/3] "
  ` [3/3] "

[PATCH v2 00/16]
 2013-07-01 18:06 UTC  (24+ messages)
` [PATCH 14/16] move async_client_callback and async_client_context into remote_state
` [PATCH 02/16] make remote_protocol_features "const"
` [PATCH 05/16] push general_thread and continue_thread into struct remote_state
` [PATCH 07/16] push last_pass_packet "
` [PATCH 03/16] Add new_remote_state
` [PATCH 15/16] move remote_stopped_by_watchpoint_p and remote_watch_data_address into remote_state
` [PATCH 08/16] push last_program_signals_packet into struct remote_state
` [PATCH 16/16] move some static thread state into remote_state
` [PATCH 11/16] move some statics from remote_read_qxfer into struct remote_state
` [PATCH 06/16] push remote_traceframe_number "
` [PATCH 12/16] move use_threadinfo_query and use_threadextra_query "
` [PATCH 04/16] push remote_desc "
` [PATCH 01/16] use the libiberty crc code
` [PATCH 10/16] push last_sent_step into struct remote_state
` [PATCH 13/16] move sizeof_pkt into remote_trace_find
` [PATCH 09/16] push last_sent_signal into struct remote_state

[PATCH 00/16] clean up remote.c state
 2013-07-01 16:44 UTC  (13+ messages)
` [PATCH 04/16] push remote_desc into struct remote_state
      ` [PATCH] Make file transfer commands work with all (native) targets. (was: Re: [PATCH 04/16] push remote_desc into struct remote_state)
        ` [PATCH] Make file transfer commands work with all (native) targets

[PATCH] fix PR 15180 "May only run agent-printf on the target"
 2013-07-01 16:08 UTC  (7+ messages)

[PATCH/v2] fix Bug 15180 Agent style dprintf does not respect conditions
 2013-07-01 16:01 UTC  (3+ messages)

[PATCH, testsuite] Fix failures in gdb.mi/gdb2549.exp when register 0 doesn't have a name
 2013-07-01 15:01 UTC  (2+ messages)

[PATCH 00/09] Import unistd and pathmax gnulib modules
 2013-07-01 11:31 UTC  (10+ messages)
` [PATCH 4/9] Rely on gnulib's unistd.h replacement
` [PATCH 8/9] Normalize on PATH_MAX instead of MAXPATHLEN throughout

[patch 1/2] Code cleanup: remote.c *->{async,sync}*
 2013-07-01 11:19 UTC  (4+ messages)

[PATCH 00/17] Implement gdbarch_gdb_signal_to_target
 2013-07-01 10:59 UTC  (24+ messages)
` [PATCH 08/17] h8300 support
` [PATCH 15/17] SPARC support
` [PATCH 09/17] i386 support
` [PATCH 14/17] s390 support
` [PATCH 13/17] mn10300 support
` [PATCH 11/17] m32r support
` [PATCH 05/17] ARM support
` [PATCH 10/17] IA-64 support
` [PATCH 02/17] Linux kernel generic support
` [PATCH 07/17] Cris support
` [PATCH 16/17] Xtensa support
` [PATCH 04/17] x86_64 support
` [PATCH 06/17] AVR support
` [PATCH 03/17] Alpha support
` [PATCH 01/17] Implement the gdbarch.{sh,c,h} bits
` [PATCH 12/17] m68klinux support
` [PATCH 17/17] MIPS support
` [PATCH 18/18] AArch64 support

[COMMIT PATCH] Move pagination_enabled declaration to a proper place
 2013-07-01 10:10 UTC  (3+ messages)

[RFA, doc RFA] set print frame-arguments-raw on|off
 2013-06-30 18:11 UTC  (4+ messages)

[obv] Code cleanup: remote.c function ->static
 2013-06-30 17:37 UTC 

[RFA 0/7] Improved linker-debugger interface
 2013-06-30  3:12 UTC  (8+ messages)
` [commit] "

[PATCH] Implement SDT (SystemTap probes) support for IA-64
 2013-06-30  0:38 UTC  (3+ messages)

[PATCH] fix 15184 Cannot change dprintf style to agent for existing dprintfs
 2013-06-29 22:35 UTC  (3+ messages)

[PATCH 0/3] mips hardware watchpoint support in gdbserver
 2013-06-29 15:20 UTC  (8+ messages)
` [PATCH v2 0/5] "
  ` [PATCH 5/5] MIPS GDBserver watchpoint
  ` [PATCH 1/5] Share 'enum target_hw_bp_type' in GDB and GDBserver
  ` [PATCH 3/5] Refactor in mips-linux-nat.c
  ` [PATCH 2/5] Include asm/ptrace.h "
  ` [PATCH 4/5] Move mips hardware watchpoint stuff to common/

[PATCH v5] don't keep a gdb-specific date
 2013-06-28 18:17 UTC  (18+ messages)
              ` sim checkout broken (was: [PATCH v5] don't keep a gdb-specific date)
                ` sim checkout broken
                            ` RFC: move common/version.in to gdb/ (Was: sim checkout broken)
                                ` RFC: move common/version.in to gdb/

[PATCH 0/3] more simple test suite fixes
 2013-06-28 17:20 UTC  (4+ messages)
` [PATCH 3/3] simple test suite fix in gdb.ada
` [PATCH 1/3] test suite fixlet for gdb.trace
` [PATCH 2/3] simple test suite fix in gdb.mi

[COMMIT PATCH] infrun.c: Move non_stop_1 etc., higher up in file
 2013-06-28 17:13 UTC 

Events when inferior is modified
 2013-06-28 17:07 UTC 

page:  |  | latest

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