public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Add shortcuts for "nexti" and "stepi" commands in Single-Key mode
 2017-07-26 20:53 UTC  (3+ messages)
` [PING][PATCH] "

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

[RFA] candidates for ambiguous command in upper case
 2017-07-26 12:42 UTC  (15+ messages)
                      ` [PATCH] define_command: Don't convert command name to lower case

[PATCH v2] Align natural-format register values to the same column
 2017-07-26 11:33 UTC  (4+ messages)

[PATCH] Add enum for result of fast_tracepoint_collecting
 2017-07-26  9:00 UTC  (3+ messages)

New ARI warning Wed Jul 26 02:17:36 UTC 2017 in gdb-8.0-branch
 2017-07-26  2:17 UTC 

New ARI warning Wed Jul 26 01:57:04 UTC 2017
 2017-07-26  1:57 UTC 

[PATCH v4] gdb: ADI support
 2017-07-25 22:37 UTC 

[PATCH v4] gdb: ADI support
 2017-07-25 21:03 UTC  (3+ messages)

[RFA v2 00/24] More miscellaneous C++-ification
 2017-07-25 18:04 UTC  (25+ messages)
` [RFA v2 18/24] Use a scoped_restore for command_nest_depth
` [RFA v2 19/24] Replace do_restore_instream_cleanup with scoped_restore
` [RFA v2 22/24] Introduce gdb_argv, a class wrapper for buildargv
` [RFA v2 23/24] Use gdb_argv in Python
` [RFA v2 16/24] Remove in_user_command
` [RFA v2 05/24] Use gdb_file_up in source.c
` [RFA v2 12/24] More uses of scoped_restore
` [RFA v2 06/24] Change open_terminal_stream to return a gdb_file_up
` [RFA v2 08/24] Remove an unlink cleanup
` [RFA v2 24/24] Remove make_cleanup_freeargv and gdb_buildargv
` [RFA v2 09/24] Remove close cleanup
` [RFA v2 10/24] Remove make_cleanup_restore_current_language
` [RFA v2 07/24] Remove make_cleanup_fclose
` [RFA v2 01/24] Introduce and use ui_out_emit_table
` [RFA v2 21/24] Remove a cleanup in Python
` [RFA v2 04/24] Use gdb_file_up in fbsd-nat.c
` [RFA v2 02/24] Introduce and use gdb_file_up
` [RFA v2 15/24] Use containers to avoid cleanups
` [RFA v2 14/24] Use unique_xmalloc_ptr in jit.c
` [RFA v2 13/24] Replace tui_restore_gdbout with scoped_restore
` [RFA v2 03/24] Change return type of find_and_open_script
` [RFA v2 20/24] Avoid some manual memory management in Python
` [RFA v2 17/24] Remove user_call_depth
` [RFA v2 11/24] Remove make_cleanup_free_so

[PATCH v2 0/2] Various build fixes for NetBSD
 2017-07-25 16:51 UTC  (3+ messages)
` [PATCH v2 2/2] Enable support for x86 debug registers on NetBSD
` [PATCH v2 1/2] Define _KMEMUSER before including BSD kernel headers

[PATCH v4] gdb: ADI support
 2017-07-25 16:44 UTC  (4+ messages)

[PATCH 0/3] Create arch_lwp_info class hierarchy
 2017-07-25 15:25 UTC  (9+ messages)
` [PATCH 1/3] gdb lwp_info: Add destructor, initialize fields, use new/delete
` [PATCH 3/3] Create arch_lwp_info class hierarchy
` [PATCH 2/3] gdbserver lwp_info: Initialize fields, use new/delete

[PATCH OBV] Make amd64_x32_init_abi and amd64_init_abi argument constant
 2017-07-25 14:26 UTC 

[PATCH 1/2] Catch exceptions thrown from gdbarch_skip_prologue
 2017-07-25 10:59 UTC  (5+ messages)
` [PATCH 2/2] Re-indent reread.exp

[PATCH] [ARM] Access FPSCR on vfpv2
 2017-07-25  9:24 UTC  (2+ messages)

FYI - git-hooks recents update to be deployed in a couple of weeks
 2017-07-24 18:54 UTC  (2+ messages)

[pushed] s390-vregs.exp: Fix Tcl error after non-zero-pad patch
 2017-07-24 16:38 UTC 

[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 5/7] Add thread_db_notice_clone to gdbserver
` [PATCH v3 3/7] Documentation for Inferior.thread_from_thread_handle
` [PATCH v3 4/7] Test case "
` [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 23/23] Use gdb_argv_up in Python
` [RFA 09/23] Remove close cleanup
` [RFA 15/23] Use std::vector to avoid cleanups

[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 1/4] C++-ify break-catch-sig
` [RFA v3 2/4] C++-ify break-catch-throw
` [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 3/4] Use std::vector in syscall_catchpoint
` [RFA v2 2/4] C++-ify break-catch-throw
` [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 0/6] Some Fortran patches
 2017-07-21  9:25 UTC  (7+ messages)
` [PATCH 4/6] Dwarf: Fortran, support DW_TAG_entry_point
` [PATCH 1/6] DWARF: Don't add nameless modules to partial symbol table
` [PATCH 6/6] Fortran: Nested functions, add scope parameter
` [PATCH 2/6] Fortran: Accessing fields of inherited types via fully qualified name
` [PATCH 3/6] Fortran: Ptype, print type extension
` [PATCH 5/6] Fortran: Enable setting breakpoint on nested functions

[PATCH 00/40] C++ debugging improvements: breakpoints, TAB completion, more
 2017-07-20 23:44 UTC  (67+ messages)
` [PATCH 01/40] Make gdb.base/dmsym.exp independent of "set language ada"
` [PATCH 14/40] Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout
` [PATCH 18/40] A smarter linespec completer
` [PATCH 15/40] Rewrite/enhance explicit locations completer, parse left->right
` [PATCH 10/40] Clean up "completer_handle_brkchars" callback handling
` [PATCH 13/40] Introduce strncmp_iw
` [PATCH 19/40] Fix cp_find_first_component_aux bug
` [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 24/40] Per-language symbol name hashing algorithm
` [PATCH 17/40] Linespec lexing and C++ operators
` [PATCH 21/40] Use SYMBOL_MATCHES_SEARCH_NAME some more
` [PATCH 12/40] "complete" command and completion word break characters
` [PATCH 20/40] Eliminate block_iter_name_*
` [PATCH 04/40] Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache)
` [PATCH 22/40] get_int_var_value
` [PATCH 25/40] Introduce lookup_name_info and generalize Ada's FULL/WILD name matching
` [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 0/4] Various build fixes for NetBSD
 2017-07-19 21:46 UTC  (5+ messages)
` [PATCH 1/4] Fix two NetBSD-specific typos in the configure.nat conversion

[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 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] C++ify dwarf2_per_objfile
 2017-07-17 10:37 UTC  (5+ 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).