public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/3] Extended-remote follow-fork cleanups
 2015-05-23 12:11 UTC  (7+ messages)
` [PATCH 1/3] Make remote follow fork 'Detaching' message match native
` [PATCH 2/3] Initialize last_resume_kind for remote fork child
` [PATCH 3/3] Disable exec-dependent follow fork tests for remote

[PATCH v2] Rename in_function_epilogue_p to stack_frame_destroyed_p
 2015-05-23  0:31 UTC 

[PATCH v3 09/17] Teach non-stop to do in-line step-overs (stop all, step, restart)
 2015-05-22 19:39 UTC 

[PATCH 11/18] Implement all-stop on top of a target running non-stop mode
 2015-05-22 18:35 UTC 

[PATCH] Make file-based lookup more interruptable
 2015-05-22 17:46 UTC  (3+ messages)

[PATCH 0/2] Improvements to 'tui reg' command
 2015-05-22 17:06 UTC  (7+ messages)
` [PATCH 2/2] gdb: Rework command completion on 'tui reg'
` [PATCH 1/2] gdb: Add 'tui reg prev' command

[PATCH 1/2] Read $GDBHISTSIZE instead of $HISTSIZE
 2015-05-22 12:30 UTC  (4+ messages)
` [PATCH 2/2] Tweak the handling of $GDBHISTSIZE edge cases [PR gdb/16999]

[PATCH] Tweak the handling of $HISTSIZE edge cases [PR gdb/16999]
 2015-05-22 12:10 UTC  (9+ messages)
          ` Remove HISTSIZE env var altogether? (was: Re: [PATCH] Tweak the handling of $HISTSIZE edge cases [PR gdb/16999])

[PATCH] gdb: Add new 'layout cli' command
 2015-05-22 10:04 UTC  (6+ messages)

[PATCH] Make sure test names are unique in gdb.base/gdbinit-history.exp
 2015-05-22  0:42 UTC  (2+ messages)

[PATCH v2 18/18] Remove the vector return result from the completion API
 2015-05-22  0:26 UTC 

[PATCH v2 17/18] Use the hashtable to accumulate completion results
 2015-05-22  0:13 UTC 

[PATCH v4 00/18] All-stop on top of non-stop
 2015-05-21 23:59 UTC  (19+ messages)
` [PATCH 14/18] Fix step-over-{trips-on-watchpoint|lands-on-breakpoint}.exp race
` [PATCH 18/18] native Linux: enable always non-stop by default
` [PATCH 01/18] Fix and test "checkpoint" in non-stop mode
` [PATCH 05/18] Embed the pending step-over chain in thread_info objects
` [PATCH 02/18] Change adjust_pc_after_break's prototype
` [PATCH 06/18] Use keep_going in proceed and start_step_over too
` [PATCH 09/18] Factor out code to re-resume stepped thread
` [PATCH 16/18] PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced stepping
` [PATCH 11/18] Implement all-stop on top of a target running non-stop mode
` [PATCH 03/18] remote.c/all-stop: Implement TARGET_WAITKIND_NO_RESUMED and TARGET_WNOHANG
` [PATCH 04/18] Make thread_still_needs_step_over consider stepping_over_watchpoint too
` [PATCH 08/18] Add comments to currently_stepping and target_resume
` [PATCH 12/18] Fix signal-while-stepping-over-bp-other-thread.exp on targets always in non-stop
` [PATCH 07/18] Misc switch_back_to_stepped_thread cleanups
` [PATCH 13/18] Fix interrupt-noterm.exp on targets always in non-stop
` [PATCH 17/18] S/390: displaced stepping and PC-relative RIL-b/RIL-c instructions
` [PATCH 10/18] Teach non-stop to do in-line step-overs (stop all, step, restart)
` [PATCH 15/18] Disable displaced stepping if trying it fails

[PATCH v2 16/18] Make the completion API completely opaque
 2015-05-21 23:52 UTC 

[PATCH v2 05/18] Implement completion limiting for ada_make_symbol_completion_list
 2015-05-21 23:36 UTC 

[PATCH v2 02/18] Remove completion_tracker_t from the public completion API
 2015-05-21 23:34 UTC 

[PATCH v2 01/18] Add struct completer_data to the completion API
 2015-05-21 21:39 UTC 

[PATCH] [Python] Add a boolean parameter "python resolve-operators"
 2015-05-21 21:17 UTC 

[PATCH][PR 18438] PyExc_MemoryError != gdbpy_gdb_memory_error
 2015-05-21 20:28 UTC 

[PATCH 0/4 V6] Process record and reverse debugging support on aarch64-linux
 2015-05-21 20:23 UTC  (7+ messages)
` [PATCH 2/4] Implements aarch64 process record and reverse debugging support
` [PATCH 1/4] NEWS entry about aarch64-linux record/replay support
` [PATCH 4/4] New gdb.reverse test case for aarch64 instructions
` [PATCH 3/4] Enables gdb.reverse testsuite for aarch64*-linux targets

[PATCH v4 0/9] Locations API
 2015-05-21 19:34 UTC  (27+ messages)
` [PATCH v4 2/9] Explicit locations: introduce new struct event_location-based API
` [PATCH v4 6/9] Explicit locations: introduce explicit locations
              ` [PATCH v5] Explicit locations: add UI features for CLI
` [PATCH v4 8/9] Explicit locations: MI support for explicit locations
` [PATCH v4 3/9] Explicit locations: use new location API
` [PATCH v4 7/9] Explicit locations: add UI features for CLI
` [PATCH v4 1/9] Explicit locations: rename "address string"/"addr_string" to "location"
` [PATCH v4 5/9] Explicit locations: introduce probe locations
` [PATCH v4 4/9] Explicit locations: introduce address locations

[OBV][PATCH] gdb: Use NULL not 0 in a tui function
 2015-05-21 19:31 UTC 

[PATCH v2 0/7] Support reading/writing memory on architectures with non 8-bits addressable memory
 2015-05-21 17:52 UTC  (14+ messages)
` [PATCH v2 5/7] target: consider addressable unit size when reading/writing memory
` [PATCH v2 1/7] Various cleanups in target read/write code
` [PATCH v2 4/7] gdbarch: add addressable_memory_unit_size method
` [PATCH v2 7/7] MI: consider addressable unit size when reading/writing memory
` [PATCH v2 6/7] remote: "
` [PATCH v2 2/7] Cleanup some docs about memory write

[PATCH 0/7] GNU/Linux mount namespace support
 2015-05-21 15:04 UTC  (17+ messages)
` [PATCH 5/9 v2] Add "inferior" argument to some target_fileio functions
` [PATCH 3/9 v2] Remove linux_proc_pid_get_ns
` [PATCH 6/9 v2] Implement mount namespace support for native Linux targets
` [PATCH 4/9 v2] Comment and whitespace changes
` [PATCH 8/9 v2] Implement vFile:setfs in gdbserver
` [PATCH 2/9 v2] Introduce nat/linux-namespaces.[ch]
` [PATCH 7/9 v2] Implement multiple-filesystem support for remote targets
` [PATCH 1/9 v2] Move make_cleanup_close to common code

[PATCH 0/4] layout command changes
 2015-05-21 13:17 UTC  (14+ messages)
` [PATCH 4/4] gdb: Add cleanup to avoid memory leak on error
` [PATCH 2/4] gdb: Add completer for layout command
` [PATCH 1/4] gdb: Remove register class specific layout names
` [PATCH 3/4] gdb: Don't call tui_enable too early

[PATCH v3 00/23] All-stop on top of non-stop
 2015-05-21  9:17 UTC  (19+ messages)
` [PATCH v3 01/17] Fix and test "checkpoint" in non-stop mode
` [PATCH v3 09/17] Teach non-stop to do in-line step-overs (stop all, step, restart)
` [PATCH v3 10/17] Implement all-stop on top of a target running non-stop mode

[PATCH 0/2] Command completion for 'layout' command
 2015-05-21  0:19 UTC  (7+ messages)
` [PATCH 2/2] gdb: Add completer for layout command
` [PATCH 1/2] gdb/testsuite: New skip_tui_tests predicate

[PATCH v5] Explicit locations: documentation updates
 2015-05-20 16:03 UTC  (3+ messages)

[PATCH v2 0/3] varobj zero-padded hexadecimal format
 2015-05-20 12:16 UTC  (6+ messages)
` [PATCH v2 1/3] Add zero-padded hexadecimal format support for varobj's

[PATCH] Prevent internal-error when computing $pc in ARM assembly code
 2015-05-20  9:49 UTC 

[RFA/commit] Memory leak in on reading frame register
 2015-05-20  7:39 UTC  (9+ messages)
          ` pushed: "

[PATCH] Non bit-packed packed arrays as variable-length fields
 2015-05-20  7:26 UTC  (3+ messages)
` Regression when using --enable-build-with-cxx (was: Re: [PATCH] Non bit-packed packed arrays as variable-length fields)
  ` [pushed] gdb/ada-lang.c: Rename local variable typename into type_name (was: "Regression when using --enable-build-with-cxx (was: Re: [PATCH] Non bit-packed packed arrays as variable-length fields)")

[PATCH v5] Explicit locations: add UI features for CLI
 2015-05-19 22:27 UTC  (3+ messages)
` [RFA/testsuite] Regexp-escape command in capture_command_output

[PATCH v5] Explicit locations: introduce new struct event_location-based API
 2015-05-19 22:13 UTC 

[PATCH v5] Explicit locations: use new location API
 2015-05-19 22:10 UTC  (2+ messages)

[PATCH] Fix wrong assertions
 2015-05-19 20:47 UTC  (2+ messages)
` [patch] testcase: tailcall assertion [Re: [PATCH] Fix wrong assertions]

[PATCH v3 10/17] Implement all-stop on top of a target running non-stop mode
 2015-05-19 19:19 UTC  (2+ messages)

[PATCH] Sync libiberty with gcc upstream
 2015-05-19 15:58 UTC  (3+ messages)

[RFC][PATCH] GDB: inferior standard I/O redirection
 2015-05-19 14:29 UTC  (2+ messages)

[patch] Fix ASAN crash for gdb.compile/compile.exp
 2015-05-19 14:14 UTC  (6+ messages)
` ping: "
      ` [commit] "

[PATCH] Do arm_abi detection for ELFOSABI_GNU binaries
 2015-05-19 14:04 UTC  (5+ messages)

[PING][PATCH] Add vector ABI tests to gnu_vector.exp
 2015-05-19 13:07 UTC 

[PATCH] Fix =thread-exited not showing up when detaching (PR 15564)
 2015-05-19 13:06 UTC 

[PATCH v5 0/7] compile: compile print (&unmap)
 2015-05-19 12:28 UTC  (24+ messages)
` [PATCH v5 1/7] compile: Add one debug message
    ` [commit] "
      ` [patch] compile: gdb_stdout -> gdb_stdlog [compile: Add one debug message]
          ` [commit] "
` [PATCH v5 4/7] compile: Use -Wall, not -w
    ` [commit] "
` [PATCH v5 3/7] compile: Distribute scope, add scope_data
    ` [commit] "
` [PATCH v5 2/7] Code cleanup: Make parts of print_command_1 public
  ` [commit] "
` [PATCH v5 5/7] Code cleanup: compile: func_addr -> func_sym
    ` [commit] "
` [PATCH v5 6/7] compile: New 'compile print'
    ` [commit] "
      ` [commit#2] "
        ` [obv] [commit] "

[PATCH] display names of remote threads
 2015-05-19 11:42 UTC  (2+ messages)

[PATCH] Move vgdb special case into remote_filesystem_is_local
 2015-05-19 11:10 UTC  (6+ messages)

create the next GDB release branch in a month (Jun 15th)?
 2015-05-19 11:09 UTC  (2+ messages)

[PATCH] [COMMITTED] Fix PR gdb/17820
 2015-05-19  9:59 UTC  (6+ messages)
    ` [PATCH v2] Fix gdb.base/gdbinit-history.exp when HISTSIZE is set in the environment (Re: [PATCH] [COMMITTED] Fix PR gdb/17820)

[PATCH v3 17/17] native Linux: enable always non-stop by default
 2015-05-18 22:14 UTC 

Descriptive subjects
 2015-05-18 20:25 UTC  (5+ messages)

[PATCH] add domain arg to cp_lookup_nested_symbol_1
 2015-05-18 20:00 UTC 

[PATCH] [RFC] Sync readline to version 6.3 patchlevel 8
 2015-05-18 11:41 UTC  (11+ messages)

[PATCH] xtensa: fix access to the last pseudo register
 2015-05-17 23:12 UTC 

[PATCH] Add myself to write-after-approval list
 2015-05-17 23:10 UTC 

Switched erc32 simulator copyright headers to FSF
 2015-05-17  9:15 UTC  (3+ messages)
` [PATCH 1/2] Switch "

[PATCH] Handle unbuffered Guile memory ports, and zero sized ports
 2015-05-16 19:22 UTC  (3+ messages)

[patch] compile: Fix crash on cv-qualified self-reference
 2015-05-16 13:26 UTC  (2+ messages)
` [patchv2] "

[patchv6] compile: Use also inferior munmap
 2015-05-16 13:19 UTC 

[PATCH v4 4/5] Include group information in xml syscall files
 2015-05-16  0:33 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).