public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] testsuite: Record all gdb input to gdb.in
 2019-04-29 16:08 UTC 

[PATCH] Fix "catch exception" with dynamic linking
 2019-04-29 15:29 UTC  (2+ messages)

[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

Windows native GDB event handling enhancement
 2019-04-28 16:58 UTC  (4+ 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

[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 3/3] NEWS and documentation for $_gdb_setting and $_gdb_int_setting
` [RFA 2/3] Test the convenience functions "

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

Fix compilation using mingw.org's MinGW
 2019-04-28 14:33 UTC  (8+ 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 6/6] NEWS and documentation for | (pipe) command
` [RFAv2 4/6] Implement "
` [RFAv2 5/6] Test the "
` [RFAv2 2/6] Improve process exit status macros on MinGW
` [RFAv2 3/6] Add function execute_command_to_ui_file

[PATCH] Force array coercion in c_get_string
 2019-04-26 19:45 UTC  (7+ messages)

[PATCH] Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms
 2019-04-26 19:16 UTC 

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

[PATCH] Add "thread-exited" annotation
 2019-04-26 15:19 UTC 

[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 4/8] mi/python: C++ify python MI command handling code
` [RFC 7/8] mi/python: Add tests for 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 6/8] mi/python: Handle python exception when executiong python-defined MI commands
` [RFC 5/8] mi/python: Polish MI output of python commands

[RFA 0/2] Add completion for COMMAND for frame|thread apply
 2019-04-25 22:44 UTC  (6+ 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'

[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 3/5] Avoid undefined behavior in Guile exception handling
` [PATCH 2/5] Make SJLJ exceptions more efficient
` [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 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  (11+ messages)
` [RFA 3/4] Test the "
` [RFA 1/4] Add previous_saved_command_line to allow a command to repeat a previous command
` [RFA 2/4] Implement | (pipe) command

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

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

[PATCHv2 0/5] Add new 'print max-depth' feature
 2019-04-24 19:33 UTC  (7+ messages)
` [PATCHv2 4/5] gdb: Introduce new language field la_is_string_type_p

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

[PATCH 0/8] Series of Fortran type printing patches
 2019-04-24 19:19 UTC  (4+ messages)
` [PATCHv2 "

[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  (17+ messages)
` [PATCH 14/14] Convert remote.c to type-safe registry API
` [PATCH 05/14] Convert inflow "
` [PATCH 11/14] Convert auxv.c "
` [PATCH 03/14] Convert symbol_cache "
` [PATCH 10/14] Convert symfile-debug.c "
` [PATCH 09/14] Convert dwarf2_per_objfile "
` [PATCH 08/14] Convert auto-load.c "
` [PATCH 01/14] Add a type-safe C++ interface to a registry
` [PATCH 04/14] Convert target dcache to type-safe registry API
` [PATCH 13/14] Convert breakpoint.c "
` [PATCH 06/14] Convert break-catch-syscall.c "
` [PATCH 12/14] Convert linux-tdep.c "
` [PATCH 02/14] Convert main_info "
` [PATCH 07/14] Convert objfiles.c "

[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  (10+ messages)
` [PATCH 2/8] infcall, c++: allow more info to be computed for pass-by-reference values
` [PATCH 6/8] infcall: remove unused parameter in 'value_arg_coerce'
` [PATCH 1/8] gdb: recognize new DWARF attributes: defaulted, deleted, calling conv
` [PATCH 7/8] infcall: handle pass-by-reference arguments appropriately
` [PATCH 3/8] infcall, c++: collect more pass-by-reference information
` [PATCH 4/8] infcall: refactor 'call_function_by_hand_dummy'
` [PATCH 5/8] infcall: move assertions in 'call_function_by_hand_dummy' to an earlier spot
` [PATCH 8/8] testsuite, cp: increase the coverage of testing pass-by-ref arguments

[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 

[PATCH] Use find_thread_in_random in select_event_lwp
 2019-04-23 14:46 UTC  (3+ messages)

[RFC][gdb/testsuite] Fix base address selection entry encoding in dw2-skip-prologue.S
 2019-04-23 14:21 UTC  (2+ messages)
` [PING][RFC][gdb/testsuite] "

[PATCH][gdb/testsuite] Fix gdb.btrace/reconnect.exp with native-gdbserver
 2019-04-23 13:51 UTC  (2+ messages)
` [committed][gdb/testsuite] "

[FYI] Add myself to gdb/MAINTAINERS
 2019-04-22 23:38 UTC 

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