public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v3 0/7] Thread handle to thread info mapping
 2017-07-23 21:47 UTC  (15+ messages)
` [PATCH v3 1/7] Add target method for converting thread handle to thread_info struct pointer
` [PATCH v3 2/7] Add `thread_from_thread_handle' method to (Python) gdb.Inferior
` [PATCH v3 3/7] Documentation for Inferior.thread_from_thread_handle
` [PATCH v3 5/7] Add thread_db_notice_clone to gdbserver
` [PATCH v3 4/7] Test case for Inferior.thread_from_thread_handle
` [PATCH v3 6/7] Add thread_handle_to_thread_info support for remote targets
` [PATCH v3 7/7] Documentation for qXfer:threads:read handle attribute

[PATCH] Align natural-format register values to the same column
 2017-07-23 20:18 UTC  (5+ messages)
` [PING][PATCH] "

[RFA 00/23] More miscellaneous C++-ification
 2017-07-23 17:26 UTC  (17+ messages)
` [RFA 22/23] Make gdb_buildargv return a unique pointer
` [RFA 03/23] Use gdb_file_up in find_and_open_script
` [RFA 09/23] Remove close cleanup
` [RFA 15/23] Use std::vector to avoid cleanups
` [RFA 23/23] Use gdb_argv_up in Python

[RFA v3 0/4] C++-ify some breakpoint subclasses a bit more
 2017-07-22 22:20 UTC  (7+ messages)
` [RFA v3 3/4] Use std::vector in syscall_catchpoint
` [RFA v3 2/4] C++-ify break-catch-throw
` [RFA v3 1/4] C++-ify break-catch-sig
` [RFA v3 4/4] Use std::vector in struct catch_syscall_inferior_data

[RFA v2 0/4] C++-ify some breakpoint subclasses a bit more
 2017-07-22  3:53 UTC  (16+ messages)
` [RFA v2 1/4] C++-ify break-catch-sig
` [RFA v2 2/4] C++-ify break-catch-throw
` [RFA v2 3/4] Use std::vector in syscall_catchpoint
` [RFA v2 4/4] Use std::vector in struct catch_syscall_inferior_data

[PATCH] gdb.python/py-unwind: Disable stack protection
 2017-07-21 21:59 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/2] Catch exceptions thrown from gdbarch_skip_prologue
 2017-07-21 21:57 UTC  (3+ messages)
` [PATCH 2/2] Re-indent reread.exp

[PATCH 0/6] Some Fortran patches
 2017-07-21  9:25 UTC  (7+ messages)
` [PATCH 2/6] Fortran: Accessing fields of inherited types via fully qualified name
` [PATCH 1/6] DWARF: Don't add nameless modules to partial symbol table
` [PATCH 6/6] Fortran: Nested functions, add scope parameter
` [PATCH 4/6] Dwarf: Fortran, support DW_TAG_entry_point
` [PATCH 5/6] Fortran: Enable setting breakpoint on nested functions
` [PATCH 3/6] Fortran: Ptype, print type extension

[PATCH 00/40] C++ debugging improvements: breakpoints, TAB completion, more
 2017-07-20 23:44 UTC  (72+ messages)
` [PATCH 14/40] Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout
` [PATCH 01/40] Make gdb.base/dmsym.exp independent of "set language ada"
` [PATCH 03/40] Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index
` [PATCH 19/40] Fix cp_find_first_component_aux bug
` [PATCH 15/40] Rewrite/enhance explicit locations completer, parse left->right
` [PATCH 13/40] Introduce strncmp_iw
` [PATCH 10/40] Clean up "completer_handle_brkchars" callback handling
` [PATCH 11/40] Introduce class completion_tracker & rewrite completion<->readline interaction
          ` [pushed] Fix GDB builds that include the simulator (Re: [PATCH 11/40] Introduce class completion_tracker & rewrite completion<->readline interaction)
` [PATCH 09/40] Rename make_symbol_completion_list_fn -> symbol_completer
` [PATCH 18/40] A smarter linespec completer
` [PATCH 24/40] Per-language symbol name hashing algorithm
` [PATCH 12/40] "complete" command and completion word break characters
` [PATCH 16/40] Explicit locations -label completer
` [PATCH 17/40] Linespec lexing and C++ operators
` [PATCH 21/40] Use SYMBOL_MATCHES_SEARCH_NAME some more
` [PATCH 20/40] Eliminate block_iter_name_*
` [PATCH 22/40] get_int_var_value
` [PATCH 04/40] Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache)
` [PATCH 23/40] Make language_def O(1)
      ` Get rid of "set language local"? (was: Re: [PATCH 23/40] Make language_def O(1))
` [PATCH 25/40] Introduce lookup_name_info and generalize Ada's FULL/WILD name matching

[PATCH 0/4] Various build fixes for NetBSD
 2017-07-19 21:46 UTC  (8+ messages)
` [PATCH 3/4] Enable the BSD KVM target for NetBSD/amd64
` [PATCH 2/4] Define _KMEMUSER before including BSD kernel headers
` [PATCH 1/4] Fix two NetBSD-specific typos in the configure.nat conversion
` [PATCH 4/4] Define a DBREG_DRX macro on NetBSD

[PATCH] Fix documentation about rot agent expression bytecode
 2017-07-19 15:16 UTC 

[RFA] darwin: support last version of dyld
 2017-07-19 10:48 UTC  (2+ messages)

[PATCH v1 1/1] list actual code around more than one locations
 2017-07-19  4:05 UTC 

[PATCH v4] gdb: ADI support
 2017-07-19  0:49 UTC 

[PATCH v2 0/7] Thread handle to thread info mapping
 2017-07-19  0:13 UTC  (7+ messages)
` [PATCH v2 1/7] Add target method for converting thread handle to thread_info struct pointer
` [PATCH v2 3/7] Documentation for gdb.thread_from_thread_handle

[PATCH 1/2] Report call site for inlined functions
 2017-07-18 19:05 UTC  (6+ messages)
` [PATCH 2/2] Report stop locations in "

[PATCH v2 1/1] don't list typedef symbols in C++, d and ada
 2017-07-18 16:16 UTC  (2+ messages)

[PATCH] Add DISABLE_COPY_AND_ASSIGN
 2017-07-18 15:38 UTC  (4+ messages)

[patch] Fix Fission (broken by my previous patch)
 2017-07-18 15:14 UTC  (2+ messages)

[RFC] Replace regcache readonly flag with detached flag
 2017-07-18 13:09 UTC  (9+ messages)

[PATCH] Remove one line comment
 2017-07-18 12:01 UTC  (2+ messages)

[PATCH] Simplify regcache_cpy and remove regcache::cpy_no_passthrough
 2017-07-18 11:49 UTC  (5+ messages)

[PATCH 00/26 v3] Make GDB builtin target descriptions more flexible
 2017-07-18 11:40 UTC  (3+ messages)
` [PATCH 01/26] Improve doc about "maint print c-tdesc"

[PATCH] C++ify dwarf2_per_objfile
 2017-07-17 10:37 UTC  (5+ messages)

[PATCH 1/1] don't list typedef symbols in C++, d and ada
 2017-07-15  5:36 UTC 

[RFA 00/10] various frame filter fixes and cleanups
 2017-07-14 19:16 UTC  (10+ messages)
` [RFA 01/10] Rationalize "backtrace" command line parsing
` [RFA 02/10] Change backtrace_command_1 calling to use flags

[RFA] Make "bt N" print correct number of frames when using a frame filter
 2017-07-14 18:56 UTC  (3+ messages)

[FYI] Handle sizeof(type) in Rust
 2017-07-14 18:54 UTC 

[PATCH] Implement the ability to transmit environment variables to GDBserver when starting the inferior
 2017-07-14 17:34 UTC  (3+ messages)

[RFA 0/2] scalar printing regressions
 2017-07-14 17:25 UTC  (10+ messages)
` [RFA 2/2] Remove BITS_IN_BYTES define
` [RFA 1/2] Fix two regressions in scalar printing

[PATCH] Fission support for multiple CUs per DWO file
 2017-07-14 17:10 UTC  (5+ messages)

[RFA] Make gdb.lookup_typename work for Rust types
 2017-07-14 16:22 UTC  (3+ messages)

[PING] [PATCH v3] gdb: ADI support
 2017-07-14 11:40 UTC  (4+ messages)

[PATCH 0/4] Some cleanups in agent expression generation functions
 2017-07-14 10:54 UTC  (2+ messages)

[PATCH 0/2] Couple of small fixes to gdb.mi/mi-vla-fortran.exp test
 2017-07-13 22:40 UTC  (4+ messages)
` [PATCH 2/2] gdb: Make some test names unique
  ` [PATCHv2 "

[PATCH 0/2] Support fs_base and gs_base for native FreeBSD/amd64
 2017-07-13 19:59 UTC  (8+ messages)
` [PATCH 1/2] Include the fs_base and gs_base registers in amd64 target descriptions

[PATCH] Add shortcuts for "nexti" and "stepi" commands in Single-Key mode
 2017-07-13 19:41 UTC  (6+ messages)

[PATCH] S390: Add record/replay support for arch12 instructions
 2017-07-13 18:18 UTC  (2+ messages)

[PATCH v2 00/13] No-debug-info debugging improvements
 2017-07-13 17:54 UTC  (8+ messages)
` [PATCH v2 07/13] evaluate_subexp_standard: Factor out OP_VAR_VALUE handling
` [PATCH v2 13/13] Document "no debug info debugging" improvements
` [PATCH v2 08/13] Stop assuming no-debug-info variables have type int
` [PATCH v2 04/13] Make ptype/whatis print function name of functions with no debug info too

[PATCH 00/13] No-debug-info debugging improvements
 2017-07-13 16:14 UTC  (4+ messages)
` [PATCH 12/13] Document "no debug info debugging" improvements

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