[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 1/2][master+8.3] (Windows) fix thr != nullptr assert failure in delete_thread_1
` [RFA v2 2/2][master only] gdb/windows-nat.c: Get rid of main_thread_id global
` 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] testsuite: Record all gdb input to gdb.in
2019-04-30 18:02 UTC (3+ 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
[RFA 0/2] Add completion for COMMAND for frame|thread apply
2019-04-30 15:13 UTC (7+ messages)
` [RFA 1/2] Add completion for COMMAND in 'thread apply all|ID... COMMAND'
` [RFA 2/2] Add completion for COMMAND in 'frame apply all|level|COUNT... COMMAND'
[PATCH] Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms
2019-04-30 14:30 UTC (2+ messages)
[PATCH] Fix "catch exception" with dynamic linking
2019-04-30 13:31 UTC (3+ 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
[PATCH 0/2] Fix two Ada assignment bugs
2019-04-29 18:47 UTC (3+ messages)
` [PATCH 1/2] Fix big-endian aggregate assignment in Ada
` [PATCH 2/2] Fix bug in assignment to nested packed structure
[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 3/4] testsuite: Add option to capture GDB debug
` [PATCH v2 4/4] testsuite: Disable some tests when logging
` [PATCH v2 2/4] Add debug redirect option
[RFA 0/3] Convenience functions $_gdb_setting/$_gdb_int_setting
2019-04-28 16:17 UTC (5+ messages)
` [RFA 3/3] NEWS and documentation for $_gdb_setting and $_gdb_int_setting
` [RFA 2/3] Test the convenience functions "
` [RFA 1/3] Implement convenience functions to examine GDB settings
[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 3/6] Add function execute_command_to_ui_file
` [RFAv2 4/6] Implement | (pipe) command
` [RFAv2 6/6] NEWS and documentation for "
` [RFAv2 2/6] Improve process exit status macros on MinGW
` [RFAv2 1/6] Add previous_saved_command_line to allow a command to repeat a previous command
` [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 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 8/8] mi/python: Allow redefinition of python MI commands
` [RFC 7/8] mi/python: Add tests for python-defined "
` [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 2/5] Make SJLJ exceptions more efficient
` [PATCH 1/5] Remove exception_none
` [PATCH 3/5] Avoid undefined behavior in Guile exception handling
` [PATCH 5/5] Fix memory leak in exception code
` [PATCH 4/5] Make exception handling more efficient
[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 4/4] testsuite: Add option to capture gdbserver debug
` [PATCH 3/4] testsuite: Disable tests when logging
` [PATCH 2/4] testsuite: Add option to capture GDB debug
` [PATCH 1/4] Add debug redirect option
[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 1/4] Add previous_saved_command_line to allow a command to repeat a previous command
` [RFA 2/4] Implement | (pipe) command
` [RFA 3/4] Test the "
[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)
[obvious/pushed] Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
2019-04-24 19:00 UTC
[PATCH + 8.3] Don't derive partial_symbol from general_symbol_info
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)
[PATCH 00/25] Make use of default gdbarch methods for some more targets
2019-04-23 22:13 UTC (2+ messages)
[PATCH 0/8] Fix inferior call for C++ pass-by-reference arguments
2019-04-23 21:40 UTC (3+ messages)
` [PATCH 1/8] gdb: recognize new DWARF attributes: defaulted, deleted, calling conv
[PATCH] Make SJLJ exceptions more efficient
2019-04-23 21:11 UTC (2+ messages)
[PATCH 0/3] More use of type_align function
2019-04-23 21:08 UTC (2+ messages)
Xponential 2019
2019-04-23 20:00 UTC
[FYI] Remove unused overload of line_header::file_name_at
2019-04-23 16:50 UTC
page: next (older) | prev (newer) | 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).