public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/10] Extensions for PTWRITE
 2019-06-04 12:36 UTC  (23+ messages)
` [PATCH 06/10] python: Add clear_trace() to gdb.Record
` [PATCH 07/10] btrace, linux: Enable ptwrite packets
` [PATCH 03/10] btrace: Enable auxiliary instructions in record function-call-history
` [PATCH 08/10] btrace, python: Enable ptwrite listener registration
` [PATCH 02/10] btrace: Enable auxiliary instructions in record instruction-history
` [PATCH 05/10] python: Introduce gdb.RecordAuxiliary class
` [PATCH 10/10] btrace: Extend event decoding for ptwrite
` [PATCH 04/10] btrace: Handle stepping and goto for auxiliary instructions
` [PATCH 01/10] btrace: Introduce "

[PATCH] Remove trailing newlines from help text
 2019-06-04 12:23 UTC 

[PATCH] gdb/riscv: Don't error when decoding a 6 or 8 byte instruction
 2019-06-04 11:51 UTC 

[PATCH] Add an objfile getter to gdb.Type
 2019-06-03 20:28 UTC  (6+ messages)

[RFAv2 0/4] Improve "show style", have "help" and "apropos" styling their output
 2019-06-03 20:24 UTC  (11+ messages)
` [RFAv2 3/4] Update tests following changes to "help" and "apropos"
` [RFAv2 2/4] Improve usability and/or readibility of help and apropos output
` [RFAv2 1/4] Add highlight style, title style, fputs_highlighted. Improve 'show style'
` [RFAv2 4/4] Document in NEWS and gdb.texinfo the "help", "apropos" and "show style" changes

[RFA] Give thread names in thread events, give Ada task names in more output
 2019-06-03 20:02 UTC  (2+ messages)

[PATCH] Fix cache dir resolving on Windows
 2019-06-03 19:37 UTC 

[PATCH v2 00/24] gdb::option framework, "print -OPT", other cmd options
 2019-06-03 19:33 UTC  (33+ messages)
` [PATCH v2 15/24] "set print raw frame-arguments" -> "set print raw-frame-arguments"
` [PATCH v2 11/24] number_or_range_parser::get_number, don't treat "1 -" as a range
` [PATCH v2 01/24] Fix latent bug in custom word point completion handling
` [PATCH v2 02/24] Fix latent bug with custom word point completers
` [PATCH v2 06/24] Fix "set enum-command value garbage"
` [PATCH v2 13/24] Make "print" and "compile print" support -OPT options
` [PATCH v2 08/24] gdb.base/completion.exp: Fix comment typo
` [PATCH v2 24/24] NEWS and manual changes for command options changes
` [PATCH v2 07/24] Remove "show" command completers, "set" command completers for string commands
` [PATCH v2 05/24] Allow "unlimited" abbreviations
` [PATCH v2 21/24] "thread apply 1 -- -" vs "frame apply level 0 -- -"
` [PATCH v2 10/24] boolean/auto-boolean commands, make "o" ambiguous
` [PATCH v2 16/24] Make "backtrace" support -OPT options
` [PATCH v2 12/24] Introduce generic command options framework
` [PATCH v2 03/24] Fix TID parser bug
` [PATCH v2 22/24] Make "thread apply" use the gdb::option framework
` [PATCH v2 19/24] Introduce complete_command
` [PATCH v2 20/24] Make "frame apply" support -OPT options
` [PATCH v2 14/24] Migrate rest of compile commands to new options framework
` [PATCH v2 23/24] Delete parse_flags/parse_flags_qcs
` [PATCH v2 09/24] New set/show testing framework (gdb.base/settings.exp)
` [PATCH v2 04/24] Make check_for_argument skip whitespace after arg itself
` [PATCH v2 17/24] "backtrace full/no-filters/hide" completer
` [PATCH v2 18/24] lib/completion-support.exp: Add test_gdb_completion_offers_commands

[RFC 0/2] Let's discuss moving gdbserver to top-level
 2019-06-03 16:33 UTC  (11+ messages)
` [RFC 1/2] Remove linux-waitpid.c debugging code
` [RFC 2/2] Move gdb's xmalloc and friends to new file

Oh dear. I regret to inform you that commit 79b377b3cf3a0e71e1e4710c4ee1e65e7a27a5d4 might be unfortunate
 2019-06-03 16:03 UTC  (2+ messages)
` Breakage on builder Fedora-x86_64-w64-mingw32, revision 79b377b3cf3a0e71e1e4710c4ee1e65e7a27a5d4

[PATCH] Update help text in ada-lang.c
 2019-06-03 15:31 UTC 

[PATCH] Fix link order on Windows
 2019-06-03 15:11 UTC  (2+ messages)

[RFA 0/4] Improve "show style", use style in "help" and "apropos"
 2019-06-03 14:21 UTC  (12+ messages)
` [RFA 2/4] Improve usability and/or readibility of help and apropos output
` [RFA 3/4] Update tests following changes to "help" and "apropos"
` [RFA 1/4] Add highlight style, title style, fputs_highlighted. Improve 'show style'
` [RFA 4/4] Document in NEWS and gdb.texinfo the "help", "apropos" and "show style" changes

[PATCH] Remove newlines from warnings
 2019-06-03 14:09 UTC 

[PATCH] Fix breakpoints on file reloads for PIE binaries
 2019-06-03 12:53 UTC 

Commit a0486bac41d6ce47f27795a5abbca5cc53ddba00 breaks build on FreeBSD 12
 2019-06-03 10:30 UTC  (3+ messages)

[FYI] Remove fromhex implementation from gdbreplay
 2019-06-02 22:45 UTC 

Oh dear. I regret to inform you that commit f948b2de97884bfb4e5fc11d40a6bea9e0b096ae might be unfortunate
 2019-06-01 14:35 UTC  (5+ messages)
` Breakage on builder Debian-s390x-m64, revision f948b2de97884bfb4e5fc11d40a6bea9e0b096ae
` Breakage on builder Debian-s390x-native-gdbserver-m64, "
` Breakage on builder Debian-s390x-native-extended-gdbserver-m64, "

New ARI warning Sat Jun 1 01:55:40 UTC 2019
 2019-06-01  1:55 UTC 

[PATCH v2 0/8] Demangle minimal symbol names in worker threads
 2019-05-31 17:13 UTC  (5+ messages)

[RFAv4 0/5] Implement | (pipe) command
 2019-05-31 15:29 UTC  (10+ messages)
` [RFAv4 5/5] NEWS and documentation for "
` [RFAv4 1/5] Add previous_saved_command_line to allow a command to repeat a previous command
` [RFAv4 4/5] Test the | (pipe) command
` [RFAv4 2/5] Add function execute_command_to_ui_file
` [RFAv4 3/5] Implement | (pipe) command

[PATCH 0/8] Fix inferior call for C++ pass-by-reference arguments
 2019-05-31 13:56 UTC  (7+ messages)
` [PATCH 2/8] infcall, c++: allow more info to be computed for pass-by-reference values
` [PATCH 3/8] infcall, c++: collect more pass-by-reference information

[PATCH][gdb] Fix heap-buffer-overflow in cp_find_first_component_aux
 2019-05-31 12:54 UTC  (3+ messages)

[PATCH v3 0/8] Demangle minimal symbol names in worker threads
 2019-05-30 22:22 UTC  (23+ messages)
` [PATCH v3 7/8] Demangle minsyms in parallel
` [PATCH v3 8/8] Add maint set/show max-worker-threads
` [PATCH v3 3/8] Add configure check for std::thread
` [PATCH v3 2/8] Remove static buffer from ada_decode
` [PATCH v3 4/8] Lock the demangled hash table
` [PATCH v3 5/8] Introduce run_on_main_thread
` [PATCH v3 1/8] Defer minimal symbol name-setting
` [PATCH v3 6/8] Introduce thread-safe way to handle SIGSEGV

[PATCH 00/24] gdb::option framework, "print -OPT", other cmd options
 2019-05-30 20:01 UTC  (17+ messages)
` [PATCH 15/24] Introduce rename_cmd
` [PATCH 20/24] Make "frame apply" support -OPT options
` [PATCH 22/24] Make "thread apply" use the gdb::option framework
` [PATCH 24/24] NEWS and manual changes for command options changes

[RFC] Only compute realpath when basenames_may_differ is set
 2019-05-30 17:03 UTC 

[FYI] Two comment fixes in gdbtypes.h
 2019-05-30 14:54 UTC 

[PATCH v2 0/2] MI: Add new command -complete
 2019-05-30 14:19 UTC  (7+ messages)
` [PATCH v3 2/5] Use classes to represent MI Command instead of structures
` [PATCH v3 1/5] Use std::map for MI commands in mi-cmds.c
` [PATCH v3 4/5] mi/python: Allow redefinition of python MI commands
` [PATCH v3 0/5] Create MI commands using python
` [PATCH v3 3/5] "
` [PATCH v3 5/5] mi/python: Add tests for python-defined MI commands

[PATCH] Initialize variable word in complete
 2019-05-30 12:21 UTC  (3+ messages)

[RFAv3 0/6] Implement | (pipe) command
 2019-05-30 10:26 UTC  (7+ messages)
` [RFAv3 2/6] Improve process exit status macros on MinGW

Oh dear. I regret to inform you that commit 0e65dfbaf3a0299e4837216a103c28625d4b4f1d might be unfortunate
 2019-05-30  9:35 UTC  (18+ messages)
        ` [PATCH] Fix a number of build problems found on Solaris and NetBSD (was Re: Oh dear. I regret to inform you that commit 0e65dfbaf3a0299e4837216a103c28625d4b4f1d might be unfortunate)
` Breakage on builder Fedora-x86_64-w64-mingw32, revision 0e65dfbaf3a0299e4837216a103c28625d4b4f1d

[PATCH] Don't crash if dwarf_decode_macro_bytes's 'body' is NULL
 2019-05-29 20:16 UTC  (4+ messages)
` [PATCH] Don't crash is dwarf_decode_macro_bytes's 'body' is NULL, even when '!is_define'

[PATCH] Fix crash in cp_print_value_fields
 2019-05-29 19:20 UTC  (3+ messages)

[PATCH][gdb] Fix dynamic-stack-buffer-overflow in linespec_lexer_lex_string
 2019-05-29 18:49 UTC  (2+ messages)

[PATCH][gdb/symtab] Fix symbol loading performance regression
 2019-05-29 18:36 UTC  (2+ messages)

[PATCH] Fix gdb.ada/vla.exp
 2019-05-29 16:25 UTC  (3+ messages)

[PATCH] Make some DWARF complaints clearer
 2019-05-29 15:58 UTC  (2+ messages)

[PATCH] Fix failure in gdb.ada/complete.exp
 2019-05-29 15:34 UTC  (2+ messages)

[PATCH] Add new GCC 9 warnings to warnings.m4
 2019-05-29 14:50 UTC  (3+ messages)

[PATCH] Add "set print finish"
 2019-05-29 14:26 UTC  (2+ messages)

[PATCH][gdb/symtab] Support DW_AT_main_subprogram with -readnow
 2019-05-29 13:37 UTC  (2+ messages)

Breakage on builder NetBSD-x86_64-m64, revision 0e65dfbaf3a0299e4837216a103c28625d4b4f1d
 2019-05-29 12:51 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).