public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/2] two small configure patches
 2018-09-17 21:22 UTC  (9+ messages)
` [PATCH 1/2] Check for gmp when checking for mpfr
` [PATCH 2/2] Do not pass -DNDEBUG to Python compilations in development mode

[PATCH 0/2] remove the remaining cleanups from gdb/compile
 2018-09-17 21:21 UTC  (8+ messages)
` [PATCH 1/2] Remove munmap_listp_free_cleanup
` [PATCH 2/2] Remove remaining cleanups from compile-object-load.c

[RFA 0/5] Fix some bugs on macOS
 2018-09-17 20:57 UTC  (4+ messages)
` [RFA 3/5] Darwin: set startup-with-shell to off on Sierra and later

[RFC/PATCH] Don't disable selftests in a non-development build
 2018-09-17 20:22 UTC  (2+ messages)
` [PATCH] Add parameter to allow enabling/disabling selftests via configure

[PATCH] Fix /proc pathname sizes on Solaris
 2018-09-17 19:27 UTC  (3+ messages)

[ob/pushed] [gdb/Python] Eliminate find_inferior_object
 2018-09-17 18:48 UTC 

[PATCH] Aarch64 SVE: Fix stack smashing when calling functions
 2018-09-17 18:42 UTC  (2+ messages)

[PATCH] Handle 64-bit Solaris/x86 ld.so.1
 2018-09-17 18:37 UTC  (2+ messages)

[PATCH] python: Make gdb.execute("show commands") work (PR 23669)
 2018-09-17 18:18 UTC  (5+ messages)

[PATCH v2] Logical short circuiting with argument lists
 2018-09-17 18:04 UTC  (7+ messages)

[PATCH v2 0/6] Add a new 'info proc files' command
 2018-09-17 17:17 UTC  (11+ messages)
` [PATCH v2 3/6] Add support for 'info proc files' on FreeBSD core dumps
` [PATCH v2 6/6] Make the "info proc" documentation more consistent
` [PATCH v2 5/6] Document the 'info proc files' command

[PATCH] [PR 23660] On FreeBSD platform missing implementation of thread-db support
 2018-09-17 17:11 UTC  (2+ messages)

[PATCH] compile: Remove non-const reference parameters
 2018-09-17 17:10 UTC  (6+ messages)
    ` [PATCH] Fix use-after-move in compile/compile-cplus-types.c

[Buildroot] [PATCH 2/2] package/gdb: use stat() privided by the system
 2018-09-17 17:01 UTC  (16+ messages)
` [PATCH] Move 'is_regular_file' from common-utils.c to filestuff.c

[PATCH 0/4] OpenRISC binutils updates and new relocs
 2018-09-17 16:29 UTC  (4+ messages)

[patch] add missing gcc_target_options method for nios2
 2018-09-17 15:22 UTC 

[PATCH] Cast RLIM_INFINITY to rlim_t to fix 64-bit Solaris 10 build
 2018-09-17 13:41 UTC  (2+ messages)

[PATCH] Don't steal references in the gdb Python code
 2018-09-17 13:35 UTC  (2+ messages)

[PATCH] RISC-V: enable have_nonsteppable_watchpoint by default
 2018-09-17 13:34 UTC  (4+ messages)

[PATCH 0/3] Aarch64: Detect FP registers in signal frames
 2018-09-17 12:53 UTC  (4+ messages)
` [PATCH 2/3] Aarch64: Detect FP regs "
` [PATCH 3/3] Testsuite: Aarch64: Add signal handler registers test
` [PATCH 1/3] Aarch64: Move pseudo defines to header

[RFA v2 0/6] remove some infrun-related cleanups
 2018-09-17  6:42 UTC  (2+ messages)

[PATCH 0/4] Disallow the return of borrowed references
 2018-09-17  5:31 UTC  (19+ messages)
` [PATCH 1/4] Change pspace_to_pspace_object to return a new reference
` [PATCH 2/4] Change objfile_to_objfile_object "
` [PATCH 4/4] Remove CPYCHECKER_RETURNS_BORROWED_REF
` [PATCH 3/4] Change thread_to_thread_object to return a new reference

[PATCH 1/2] gdbserver/Makefile.in: Remove ADD_DEPS
 2018-09-17  3:46 UTC  (7+ messages)
` [PATCH 2/2] Sort objects in gdb and gdbserver Makefiles

[PATCH 0/4] Add python method gdb.InferiorThread.thread_handle
 2018-09-16 16:04 UTC  (6+ messages)
` [PATCH 1/4] Add and implement thread_to_thread_handle
` [PATCH 3/4] Tests for gdb.InfThread.thread_handle
` [PATCH 2/4] Add python method gdb.InferiorThread.thread_handle
` [PATCH 4/4] Documentation for python method InferiorThread.thread_handle

[PATCH v3] Add more methods to gdb.Progspace
 2018-09-16 13:01 UTC  (5+ messages)

[PATCH 0/3] More use of GNU-style metasyntactic variables
 2018-09-16 12:42 UTC  (12+ messages)
` [PATCH 3/3] Use GNU style for metasyntactic variables in gdbserver
` [PATCH 2/3] Use GNU style for metasyntactic variables in gdb
` [PATCH 1/3] Expand "show disassembler-options" output

[PATCH] [PR 23661] GDB testsuite's "core_find" function failed to find core file path on FreeBSD
 2018-09-16  4:17 UTC  (3+ messages)

[FYI] Change get_inferior_args to return const char *
 2018-09-15 22:30 UTC 

[PATCH] Make "list" work again in TUI
 2018-09-15 22:21 UTC  (6+ messages)

[PATCH 0/2] two more Python paper-cuts
 2018-09-15 19:58 UTC  (5+ messages)
` [PATCH 2/2] Add Inferior.architecture method
` [PATCH 1/2] Update symbol domain and location values for Python

[PATCH 0/7] some small python fixes (one including a doc patch)
 2018-09-15  9:16 UTC  (9+ messages)
` [PATCH 2/7] Preserve sign when converting gdb.Value to Python int
` [PATCH 4/7] Report Python errors coming from gdb.post_event
` [PATCH 3/7] Allow conversion of pointers to Python int
` [PATCH 1/7] Allow more Python scalar conversions
` [PATCH 5/7] Check for negative argument in Type.template_argument
` [PATCH 7/7] Allow setting a parameter to raise gdb.GdbError
` [PATCH 6/7] Consolidate gdb.GdbError handling

[RFC] Release the GIL while running a gdb command or expression
 2018-09-15  4:07 UTC 

[FYI] Fix possible exception leak in python.c
 2018-09-15  3:58 UTC 

[PATCH] Remove variable in get_startup_shell non-static
 2018-09-15  2:59 UTC  (4+ messages)

[patch] provide type_align gdbarch function for nios2
 2018-09-15  2:57 UTC  (2+ messages)

[PATCH v3 PR gdb/16841] virtual inheritance via typedef cannot find base
 2018-09-14 21:49 UTC  (3+ messages)

[PATCH v3] Logical short circuiting with argument lists
 2018-09-14 21:00 UTC  (2+ messages)

[PATCH] Update get_standard_cache_dir for macOS
 2018-09-14 20:03 UTC  (6+ messages)

[RFA] Update gdb's configure instructions
 2018-09-14 16:17 UTC  (3+ messages)

[PATCH 0/2] Issue reconnecting to remote target afte fork
 2018-09-14 13:36 UTC  (7+ messages)
` PING: [PATCHv2 "
  ` [PATCHv2 2/2] gdb: Clean up inferior list when reconnecting to new target
      ` PING: "

[FYI] Remove an unnecessary block in call_function_by_hand_dummy
 2018-09-14 13:08 UTC 

[RFA] arm-pikeos: software single step
 2018-09-14 10:57 UTC  (7+ messages)
` [RFA v2] "

[RFA] arm-pikeos: software single step
 2018-09-14  0:38 UTC  (7+ messages)

[PATCH 0/4] Some cleanup removal
 2018-09-13 22:41 UTC  (2+ messages)

[FYI] Generate more tags in gdb/testsuite/Makefile
 2018-09-13 22:33 UTC 

[FYI] Make infpy_thread_from_thread_handle static
 2018-09-13 22:28 UTC 

[PATCH 1/3] python: Add Inferior.progspace property
 2018-09-13 22:16 UTC  (9+ messages)
` [PATCH 2/3] python: Add Progspace.objfiles method

[PATCH v2 1/3] python: Add Inferior.progspace property
 2018-09-13 19:45 UTC  (9+ messages)
` [PATCH v2 2/3] python: Add Progspace.objfiles method
` [PATCH v2 3/3] python: Fix erroneous doc about gdb.objfiles()

[RFAv2 0/6] info [args|functions|locals|variables] [-q] [-t TYPEREGEXP] [NAMEREGEXP]
 2018-09-13 19:27 UTC  (2+ messages)
` PING^2 "

[PATCH 0/5] Add a new 'info proc files' command
 2018-09-13 18:42 UTC  (6+ messages)
` [PATCH 3/5] Add support for 'info proc files' on FreeBSD core dumps

[PATCHv5 0/2] gdb: Change how frames are selected for 'frame' and 'info frame'
 2018-09-13 18:02 UTC  (3+ messages)
` [PATCHv6] "

[FYI v2 0/2] Fix two Rust bugs [also for 8.2.1]
 2018-09-13 17:01 UTC  (3+ messages)
` [FYI v2 1/2] Fix crash with empty Rust enum
` [FYI v2 2/2] Make Rust error message mention the field name

[PATCH] Fix crash with empty Rust enum
 2018-09-13 16:50 UTC  (5+ messages)

Missing toplevel contrib/ in gdb-*.tar.xz [Re: Update dg-extract-results.* from gcc]
 2018-09-13 16:35 UTC  (4+ messages)
` [PATCH] Add "contrib" to the list of GDB support dirs (on src-release.sh)

[PATCH] python: Provide textual representation for Inferior and Objfile
 2018-09-13 15:59 UTC  (6+ messages)
` [PATCH v2, doc] "

[PATCH v2] Testsuite: Add gdb_simple_compile
 2018-09-13 15:47 UTC  (2+ 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).