public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[Patch, microblaze]: Port of Linux gdbserver
 2014-09-10 14:59 UTC  (7+ messages)

[PATCH][COMMITTED] AIX: AIX: Remove exec_one_dummy_insn hack
 2014-09-10 14:48 UTC 

eliminate deprecated_insert_raw_breakpoint. what's left
 2014-09-10 14:45 UTC  (15+ messages)

[pushed/Ada] Improved support for pointers to dynamic arrays
 2014-09-10 13:39 UTC  (5+ messages)
` [pushed/Ada 4/4] dynarr-ptr.exp: Add ptype tests
` [pushed/Ada 2/4] Ada subscripting of pointer to array with dynamic bounds
` [pushed/Ada 1/4] print PTR.all where PTR is an Ada thin pointer
` [pushed/Ada 3/4] Ada: Print bounds/length of pointer to array with dynamic bounds

[PATCH 0/9 v7] Common code cleanups
 2014-09-10 13:29 UTC  (19+ messages)
` [PATCH 4/9 v7] Introduce target/symbol.h
` [PATCH 1/9 v7] Introduce show_debug_regs
` [PATCH 2/9 v7] Introduce target/target.h
` [PATCH 3/9 v7] Introduce target_{stop,continue}_ptid
` [PATCH 8/9 v7] Remove GDBSERVER uses from i386-dregs.c
` [PATCH 7/9 v7] Remove GDBSERVER uses from linux-btrace.c
` [PATCH 9/9 v7] Remove one GDBSERVER use from linux-waitpid.c
` [PATCH 5/9 v7] Introduce common-regcache.h
` [PATCH 6/9 v7] Include common-defs.h instead of defs.h/server.h in shared code

[PATCH 0/7 v2] Refactor shared code in {i386,amd64}-linux-nat.c
 2014-09-10 13:14 UTC  (5+ messages)
` [PATCH 7/7 v2] Tidy #include lists
  ` [pushed] Fix missing "struct iovec" definition on some x86-linux. (was: "[PATCH 7/7 v2] Tidy #include lists")

[PATCH] Fix gdb.fortran/array-element.exp failures
 2014-09-10 12:50 UTC  (16+ messages)
              ` [PING] "

s/current_inferior/current_thread/ in gdbserver
 2014-09-10 12:24 UTC  (3+ messages)

[PATCH v3 4/6] Implement support for recording extension register ld/st insn
 2014-09-10 11:55 UTC  (3+ messages)

[PATCH v3 2/6] Implement support for recording thumb2 ASIMD struct ld/st insns
 2014-09-10 11:54 UTC  (3+ messages)

[committed] MIPS: Don't infer IRIX OS ABI from generic section names
 2014-09-10 11:51 UTC  (3+ messages)

[PATCH] Rename current_inferior as current_thread in gdbserver
 2014-09-10 10:40 UTC 

[PATCH 00/14] Refactor low-level Linux x86 debug register code
 2014-09-10  9:30 UTC  (17+ messages)
` [PATCH 04/14] Add iterate_over_lwps to gdbserver
` [PATCH 02/14] Add x86_debug_reg_state "
` [PATCH 01/14] Introduce current_inferior_ptid
` [PATCH 07/14] Change signature of linux_target_ops.new_thread
` [PATCH 13/14] Move low-level Linux x86 debug register code to a shared file
` [PATCH 11/14] Linux x86 low-level debug register comment synchronization
` [PATCH 05/14] Make linux_stop_lwp be a shared function
` [PATCH 09/14] Rename gdbserver's low-level Linux x86 debug register accessors
` [PATCH 03/14] Introduce current_inferior_pid
` [PATCH 10/14] Linux x86 low-level debug register code synchronization
` [PATCH 12/14] Introduce x86_linux_update_debug_registers
` [PATCH 14/14] Move duplicated Linux x86 code to nat/x86-linux.c
` [PATCH 06/14] Introduce basic LWP accessors
` [PATCH 08/14] Make lwp_info.arch_private handling shared

[V3 00/21] Fortran dynamic array support
 2014-09-10  9:22 UTC  (22+ messages)
` [V3 06/21] vla: get dynamic array corner cases to work
` [V3 17/21] test: accessing dynamic array history values
` [V3 20/21] test: test sizeof for dynamic fortran arrays
` [V3 10/21] vla: add NEWS entry for dynamic array support
` [V3 12/21] test: evaluate dynamic arrays using Fortran primitives
` [V3 04/21] vla: reconstruct value to compute bounds of target type
` [V3 11/21] test: basic tests for dynamic array evaluations in Fortran
` [V3 08/21] vla: get Fortran dynamic strings working
` [V3 07/21] vla: changed string length semantic
` [V3 19/21] test: basic MI test for the dynamic array support
` [V3 16/21] test: dynamic arrays passed to functions
` [V3 14/21] test: correct ptype of dynamic arrays in Fortran
` [V3 09/21] vla: add stride support to fortran arrays
` [V3 18/21] test: dynamic string evaluations
` [V3 02/21] vla: make dynamic fortran arrays functional
` [V3 05/21] vla: use value constructor instead of raw-buffer manipulation
` [V3 21/21] test: stride support for dynamic arrays
` [V3 15/21] test: evaluating allocation/association status
` [V3 01/21] vla: introduce allocated/associated flags
` [V3 03/21] vla: make field selection work with vla
` [V3 13/21] test: dynamic arrays passed to subroutines

[PATCH][PR guile/17247] Block SIGCHLD while initializing Guile
 2014-09-10  5:15 UTC  (18+ messages)

[PATCH][COMMITTED] Fix pr 17367
 2014-09-10  5:15 UTC  (2+ messages)

[PATCH] Add myself as write-after-approval GDB maintainer
 2014-09-10  3:25 UTC 

[PATCH] Fix DW_FORM_ref4 values in dw2-op-out-param.S
 2014-09-09 21:52 UTC 

[PATCH] Fix PR gdb/17035: "show user" doesn't list user-defined commands that have empty bodies
 2014-09-09 21:19 UTC  (11+ messages)

[RFC patch] testsuite: Workaround issues with GCC 4.8.0pre + gdb.trace new KFAIL
 2014-09-09 21:17 UTC  (7+ messages)
        ` [GCC PR55056] "

[PATCH] Add myself as write-after-approval GDB maintainer
 2014-09-09 21:08 UTC 

Regression for attach from stdin [Re: [pushed] Re: [PATCH v6 0/2] enable target-async by default]
 2014-09-09 18:25 UTC  (16+ messages)
    ` [PATCH] Fix "attach" command vs user input race [Re: Regression for attach from stdin [Re: [pushed] Re: [PATCH v6 0/2] enable target-async by default]]
            ` [pushed+7.8] "
              ` Regression: GDB stopped on run with attached process (PR 17347) [Re: [pushed+7.8] Re: [PATCH] Fix "attach" command vs user input race [Re: Regression for attach from stdin [Re: [pushed] Re: [PATCH v6 0/2] enable target-async by default]]]
                ` Regression: GDB stopped on run with attached process (PR 17347) [Re: [pushed+7.8] Re: [PATCH] Fix "attach" command vs user input race
                    ` [PATCH 1/2] testsuite: refactor spawn and wait for attach (was: Re: Regression: GDB stopped on run with attached process)
                        ` [PATCH 1/2] testsuite: refactor spawn and wait for attach

[PATCH] CONTRIBUTE: For internals refer to wiki, not gdb/doc
 2014-09-09 16:49 UTC  (4+ messages)
    ` [PING][PATCH] "

[PATCH] GDB/testsuite: Correct gdb.base/watchpoint-solib.exp timeout tweak
 2014-09-09 16:47 UTC  (3+ messages)

[PATCH 1/2] GDB/testsuite: Avoid timeout lowering
 2014-09-09 16:32 UTC  (7+ messages)
` [PATCH 2/2] GDB/testsuite: Add/correct gdb.reverse timeout tweaks

[PATCH] Remove trad_frame_set_reg_unknown declaration
 2014-09-09 15:44 UTC  (4+ messages)

[PATCH] GDB/testsuite: Extend the time gdbserver is waited for
 2014-09-09 15:24 UTC  (6+ messages)
  ` [PATCH] gdbserver-support: Handle gdbserver start failures

[PATCH] New command: queue-signal
 2014-09-09 14:34 UTC  (2+ messages)

[PATCH v2 2/2] mi-out: Implement mi redirection using a stack
 2014-09-09 14:03 UTC  (9+ messages)

[PATCH 00/10] Linux extended-remote fork events
 2014-09-09 11:31 UTC  (12+ messages)
` [Patch 00/16 v2] Linux extended-remote fork and exec events
` [PATCH 01/16 v2] Refactor native follow-fork
` [PATCH 03/16 v2] Refactor ptrace extended event status

[PATCH, doc RFA][PR 15276] Add $_caller_is, et. al
 2014-09-09  6:04 UTC  (4+ messages)
  ` Regression for gdb.base/default.exp [Re: [PATCH, doc RFA][PR 15276] Add $_caller_is, et. al.]

[PATCH][COMMITTED] scm-error.exp: Handle guile 2.2 backtrace output
 2014-09-09  5:23 UTC 

[OB PATCH] Replace use of magic number in scm-cmd.c/py-cmd.c
 2014-09-09  3:51 UTC 

[PATCH 0/3] Fix fails in gdb.mi on arm-none-eabi
 2014-09-09  2:12 UTC  (3+ messages)
` [PATCH 1/3] Set print symbol off in mi-var-display.exp

[PATCH] Remove some obfuscation from ${arch}_skip_prologue functions
 2014-09-09  1:29 UTC  (5+ messages)

[PATCHv2,Hurd] Add hardware watch support
 2014-09-08 18:02 UTC  (2+ messages)

[PATCH] ppc64le/gdbserver: Fix ppc_collect/supply_ptrace_register() routines
 2014-09-08 16:51 UTC  (7+ messages)

[PATCH] Fix PR12526: -location watchpoints for bitfield arguments
 2014-09-08  0:10 UTC  (7+ messages)
` [PATCH v2] "

[patch+7.8?] Fix crash on Python frame filters with unreadable arg
 2014-09-07 12:21 UTC  (4+ messages)
    ` [commit+7.8] "

[RFC] Use address_from_register in dwarf2-frame.c:read_addr_from_reg
 2014-09-06 22:34 UTC  (3+ messages)

[PATCH] Change form of prompt argument to with_gdb_prompt
 2014-09-06 19:15 UTC 

[PATCH] Fix typo in program_info
 2014-09-06 15:28 UTC  (2+ messages)

[PATCH v2] Introduce remote_target_is_gdbserver
 2014-09-05 23:30 UTC  (2+ messages)

[PATCH, nds32] Exclude building gdb for nds32*-*-* target
 2014-09-05 20:29 UTC  (7+ messages)
      ` top-level configure regenerated (was: "Re: [PATCH, nds32] Exclude building gdb for nds32*-*-* target.")

[PATCH] Introduce remote_target_is_gdbserver
 2014-09-05 20:18 UTC 

[PATCH] Fix for PR gdb/17235: possible bug extracting systemtap probe operand
 2014-09-05 19:25 UTC  (4+ messages)

[PATCH v3 1/2] Only leave dprintf inserted if it is marked as persistent (PR breakpoints/17012)
 2014-09-05 15:41 UTC  (7+ messages)
` [PATCH v3 2/2] Add dprintf and detach test "

[PATCH] Fix gdb.dwarf2/dwz.exp for thumb mode
 2014-09-05 11:08 UTC  (3+ messages)

[PATCH] Add test for global variable that is nested by another DSO
 2014-09-04 21:32 UTC 

[ob/pushed] parse_number("0") reads uninitialized memory
 2014-09-04 20:56 UTC 

[PATCH] Misc. testsuite cleanups for clang
 2014-09-04 20:28 UTC 

[PATCH] Ensure rl_get_screen_size() returns the actual terminal dimensions
 2014-09-04 17:52 UTC  (5+ messages)

[PATCH] Fix PR fortran/17237: bug in f-valprint.c
 2014-09-04 14:31 UTC  (3+ messages)

[PATCH] Remove code to cope with LWPs wrapped as PIDs
 2014-09-04 14:26 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).