public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] testsuite: Record all gdb input to gdb.in
 2019-05-01 14:20 UTC  (4+ messages)

[PATCH] Fix "catch exception" with dynamic linking
 2019-05-01 14:02 UTC  (4+ messages)

[committed][gdb/testsuite] Fix "unable to find usable gdb" error with cc-with-tweaks.exp
 2019-05-01 13:33 UTC 

[committed][gdb/testsuite] Use cc-with-tweaks.exp in dwarf4-gdb-index.exp
 2019-05-01 11:32 UTC 

[RFA 0/2] Add completion for COMMAND for frame|thread apply
 2019-05-01 10:18 UTC  (9+ messages)
` [RFA 2/2] Add completion for COMMAND in 'frame apply all|level|COUNT... COMMAND'
` [RFA 1/2] Add completion for COMMAND in 'thread apply all|ID... COMMAND'

GDB 8.3 release update (2019-04-30)
 2019-05-01  2:45 UTC  (2+ messages)

This is what a Socialist president will do
 2019-04-30 22:28 UTC 

[PATCH 0/2] Fix two Ada assignment bugs
 2019-04-30 21:26 UTC  (4+ messages)
` [PATCH 2/2] Fix bug in assignment to nested packed structure
` [PATCH 1/2] Fix big-endian aggregate assignment in Ada

[RFC] fix thread.c assertion after stepping past end of program
 2019-04-30 21:15 UTC  (2+ messages)

Windows native GDB event handling enhancement
 2019-04-30 21:04 UTC  (6+ messages)
` [v2] "
  ` [RFA v2 2/2][master only] gdb/windows-nat.c: Get rid of main_thread_id global
  ` [RFA v2 1/2][master+8.3] (Windows) fix thr != nullptr assert failure in delete_thread_1
    ` pushed(master+8.3): [v2] Windows native GDB event handling enhancement

Fix compilation using mingw.org's MinGW
 2019-04-30 18:38 UTC  (22+ messages)

[PATCH] Add "thread-exited" annotation
 2019-04-30 17:09 UTC  (3+ messages)

[PATCH 0/3] some minor objfile iteration improvements
 2019-04-30 15:51 UTC  (4+ messages)
` [PATCH 3/3] Introduce a separate debug objfile iterator

[PATCH] Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms
 2019-04-30 14:30 UTC  (2+ messages)

[RFA 8.3] Fix crash in dwarf2read.c with template parameters
 2019-04-30 13:16 UTC  (2+ messages)

[PATCH 0/8] Series of Fortran type printing patches
 2019-04-30 12:37 UTC  (5+ messages)
` [PATCHv2 "

Oh dear. I regret to inform you that commit 2e62ab400ff96334c92e5acf0a462cb9dc0d19a7 might be unfortunate
 2019-04-30  9:45 UTC  (3+ messages)
` Breakage on builder NetBSD-x86_64-m64, revision 2e62ab400ff96334c92e5acf0a462cb9dc0d19a7

[PATCH 0/2] Add new 'print max-depth' feature
 2019-04-29 21:14 UTC  (9+ messages)
` [PATCHv2 0/5] "
  ` [PATCHv2 4/5] gdb: Introduce new language field la_is_string_type_p

[PATCH] Force array coercion in c_get_string
 2019-04-29 21:02 UTC  (8+ messages)

[PATCH 0/2] two ptype/o changes
 2019-04-29 20:10 UTC  (6+ messages)
` [PATCH 1/2] Fix ptype/o comment formatting
` [PATCH 2/2] Change ptype/o to print bit offset

[committed][gdb/testsuite] Fix regexp in skip_opencl_tests
 2019-04-29 14:54 UTC 

[PATCH v2 0/4] Capture GDB debug when running the testsuite
 2019-04-29 12:51 UTC  (5+ messages)
` [PATCH v2 1/4] Change file close behavior for tee_file
` [PATCH v2 2/4] Add debug redirect option
` [PATCH v2 4/4] testsuite: Disable some tests when logging
` [PATCH v2 3/4] testsuite: Add option to capture GDB debug

[RFA 0/3] Convenience functions $_gdb_setting/$_gdb_int_setting
 2019-04-28 16:17 UTC  (5+ messages)
` [RFA 1/3] Implement convenience functions to examine GDB settings
` [RFA 2/3] Test the convenience functions $_gdb_setting and $_gdb_int_setting
` [RFA 3/3] NEWS and documentation for "

[RFA] Have 'thread|frame apply' style their output
 2019-04-28 14:59 UTC  (6+ messages)

Fix lookup of separate debug file on MS-Windows
 2019-04-27 19:05 UTC  (11+ messages)

[PATCH 0/2] Remove two VECs
 2019-04-27 15:39 UTC  (6+ messages)
` [PATCH 1/2] Remove a VEC from ppc-linux-nat.c
` [PATCH 2/2] Remove a VEC from aarch64-tdep.c

Warning when using separate debug info file
 2019-04-27 15:37 UTC  (15+ messages)

NEWS entry needed ? 'thread|frame apply' style their output.'
 2019-04-27 14:27 UTC  (2+ messages)

[RFAv2] Implement show | set may-call-functions [on|off]
 2019-04-27 11:38 UTC  (4+ messages)

[RFAv2 0/6] Implement | (pipe) command
 2019-04-27  7:08 UTC  (8+ messages)
` [RFAv2 1/6] Add previous_saved_command_line to allow a command to repeat a previous command
` [RFAv2 3/6] Add function execute_command_to_ui_file
` [RFAv2 6/6] NEWS and documentation for | (pipe) command
` [RFAv2 4/6] Implement "
` [RFAv2 2/6] Improve process exit status macros on MinGW
` [RFAv2 5/6] Test the | (pipe) command

[PATCH+8.3?] Implement dump of mappings with ELF headers by gcore
 2019-04-26 16:48 UTC  (6+ messages)

[RFC 0/8] Create MI commands using python
 2019-04-26 10:19 UTC  (23+ messages)
` [RFC 1/8] Use std::map for MI commands in mi-cmds.c
` [RFC 6/8] mi/python: Handle python exception when executiong python-defined MI commands
` [RFC 8/8] mi/python: Allow redefinition of python "
` [RFC 3/8] Create MI commands using python
` [RFC 2/8] Use classes to represent MI Command instead of structures
` [RFC 4/8] mi/python: C++ify python MI command handling code
` [RFC 7/8] mi/python: Add tests for python-defined MI commands
` [RFC 5/8] mi/python: Polish MI output of python commands

[PATCH] c++/24367: Infinite recursion of typedef substitution
 2019-04-25 20:08 UTC  (3+ messages)

[RFA] Implement show | set can-call-inferior-functions [on|off]
 2019-04-25 19:44 UTC  (7+ messages)

[PATCH] Support for DW_FORM_strx tag
 2019-04-25 18:53 UTC  (3+ messages)

[PATCH 0/5] More exception-handling improvements
 2019-04-25 18:50 UTC  (12+ messages)
` [PATCH 1/5] Remove exception_none
` [PATCH 2/5] Make SJLJ exceptions more efficient
` [PATCH 3/5] Avoid undefined behavior in Guile exception handling
` [PATCH 4/5] Make exception handling more efficient
` [PATCH 5/5] Fix memory leak in exception code

[patch] Fix CVE-2017-9778
 2019-04-25 15:53 UTC  (5+ messages)

[PATCH] Use -qualified flag when setting temporary breakpoint in start command
 2019-04-25 15:52 UTC  (4+ messages)

[PATCH 0/4] Capture GDB debug when running the testsuite
 2019-04-25 15:18 UTC  (12+ messages)
` [PATCH 2/4] testsuite: Add option to capture GDB debug
` [PATCH 1/4] Add debug redirect option
` [PATCH 3/4] testsuite: Disable tests when logging
` [PATCH 4/4] testsuite: Add option to capture gdbserver debug

[PATCH] GDB (s12z): Improve reliability of the stack unwinder
 2019-04-25 13:45 UTC 

[PATCH] Testsuite: Remove pie from trace tests
 2019-04-25 13:06 UTC  (4+ messages)

[RFA 0/4] Implement | (pipe) command
 2019-04-25  5:58 UTC  (10+ messages)
` [RFA 3/4] Test the "
` [RFA 2/4] Implement "
` [RFA 1/4] Add previous_saved_command_line to allow a command to repeat a previous command

[RFA 2/2][master only] gdb/windows-nat.c: Get rid of main_thread_id global
 2019-04-25  5:39 UTC  (12+ messages)

[FYI] Fix Rust testing
 2019-04-24 19:44 UTC 

[PATCH] [gdb/contrib] Remove superfluous .alt file after dwz invocation in cc-with-tweaks.sh
 2019-04-24 19:23 UTC  (2+ messages)

[PATCH + 8.3] Don't derive partial_symbol from general_symbol_info
 2019-04-24 19:00 UTC 

[obvious/pushed] Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
 2019-04-24 19:00 UTC 

[PATCH] Fix VLA printing for Ada
 2019-04-24 18:51 UTC 

[PATCH v2] [amd64] Fix AMD64 return value ABI in expression evaluation
 2019-04-24 18:03 UTC  (8+ messages)
` [PATCH v3] "
  ` Regressions on gdb.base/call-{ar,rt}-st.exp on x86_64 native (was: Re: [PATCH v3] [amd64] Fix AMD64 return value ABI in expression evaluation)
    ` Regressions on gdb.base/call-{ar,rt}-st.exp on x86_64 native

[PATCH 00/14] Add a type-safe API to registries
 2019-04-24  0:57 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).