public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFA] Output the Ada task name in more messages
 2019-06-09  8:46 UTC 

[PATCH v3 0/11] OpenRISC orfpx64a32 and openrisc spec 1.3 support
 2019-06-08 21:33 UTC  (10+ messages)
` [PATCH v3 02/11] cpu/or1k: Define unordered comparisons
` [PATCH v3 03/11] cpu/or1k: Document no branch delay slot architectures and l.adrp
` [PATCH v3 04/11] cpu/or1k: Update fpu compare symbols to imply set flag
` [PATCH v3 01/11] cpu/or1k: Add support for orfp64a32 spec
` [PATCH v3 07/11] sim/common: Wire in df/di conversion
` [PATCH v3 06/11] sim/or1k: Regenerate sim
` [PATCH v3 09/11] sim/testsuite/or1k: Add test for 64-bit fpu operations
` [PATCH v3 08/11] sim/common: wire up new unordered comparisons
` [PATCH v3 05/11] opcodes/or1k: Regenerate opcodes

[PATCH] Delay allocation of dbx_symfile_info
 2019-06-08 20:17 UTC  (2+ messages)

[PATCH] Use gdbpy_enter in py-breakpoint.c
 2019-06-08 20:05 UTC  (2+ messages)

[PATCH 0/4] Non-contiguous address range bug fixes / improvements
 2019-06-08 19:55 UTC  (5+ messages)
` [PATCH 3/4] Allow display of negative offsets in print_address_symbolic()
` [PATCH 4/4] Improve test gdb.dwarf2/dw2-ranges-func.exp
` [PATCH 2/4] dwarf2-frame.c: Fix FDE processing bug involving non-contiguous ranges
` [PATCH 1/4] Prefer symtab symbol over minsym for function names in non-contiguous blocks

[RFA] Give thread names in thread events, give Ada task names in more output
 2019-06-08 15:45 UTC  (7+ messages)

[PATCH] gdb: Check for not allocated/associated values during array slicing
 2019-06-07 21:24 UTC  (2+ messages)

[PATCH] Style "pwd" output
 2019-06-07 19:20 UTC  (16+ messages)
      ` ui_out format strings for fields and styles (Re: [PATCH] Style "pwd" output)

[RFA 0/3] new arguments [-d | -b] [--] [REGEXP] to info sources
 2019-06-07 18:11 UTC  (5+ messages)
` [RFA 1/3] Implement info sources args [-d | -b] [--] [REGEXP]
` [RFA 2/3] New test for 'info sources [-d | -b] [--] [REGEXP]'

[PATCH] Fix cache dir resolving on Windows
 2019-06-07 18:10 UTC  (12+ messages)

[PATCH] Do not emit style escape sequences to log file
 2019-06-07 13:56 UTC  (2+ messages)

[PATCH] Apply substitute-path to relative filenames as well
 2019-06-06 18:01 UTC  (7+ messages)

[PATCH] Add "thread-exited" annotation
 2019-06-06 17:37 UTC  (17+ messages)

[PATCH 1/2] AArch64: Add missing CPSR flags
 2019-06-06 17:32 UTC  (4+ messages)
` [PATCH 2/2] Suppress printing of empty bitfields when printing flags

[RFA 0/8] Ravenscar bug fixes
 2019-06-06 15:50 UTC  (3+ messages)

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

[PATCH] Add timestamps to "maint time" output
 2019-06-06 14:53 UTC  (2+ messages)

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

The concept of 'one single line' help gives strange effects 
 2019-06-05 21:27 UTC  (3+ messages)

[PATCH] gdb/riscv: Don't error when decoding a 6 or 8 byte instruction
 2019-06-05  9:38 UTC  (6+ messages)

[PATCH v2 00/24] gdb::option framework, "print -OPT", other cmd options
 2019-06-05  1:53 UTC  (24+ messages)
` [PATCH v2 06/24] Fix "set enum-command value garbage"
` [PATCH v2 07/24] Remove "show" command completers, "set" command completers for string commands
` [PATCH v2 13/24] Make "print" and "compile print" support -OPT options
` [PATCH v2 12/24] Introduce generic command options framework
    ` [PATCH] Introduce and use make_unique_xstrdup (was: Re: [PATCH v2 12/24] Introduce generic command options framework)
      ` [PATCH] Introduce and use make_unique_xstrdup
` [PATCH v2 19/24] Introduce complete_command
` [PATCH v2 04/24] Make check_for_argument skip whitespace after arg itself

[PATCH] Add an objfile getter to gdb.Type
 2019-06-05  1:51 UTC  (10+ messages)

[PATCH][PR/24474] Make gdb.lookup_static_symbol also check the STATIC_SCOPE
 2019-06-05  1:24 UTC 

[PATCH] Warn if add-symbol-file does not provide any symbols
 2019-06-04 19:55 UTC  (2+ messages)

[RFAv2 0/3] Implement 'set print frame-info|frame-arguments
 2019-06-04 17:15 UTC  (5+ messages)
` [RFAv2 1/3] Implement 'set print frame-info|frame-arguments presence'
` [RFAv2 2/3] Test "

[PATCH 00/10] Extensions for PTWRITE
 2019-06-04 12:37 UTC  (21+ messages)
` [PATCH 10/10] btrace: Extend event decoding for ptwrite
` [PATCH 08/10] btrace, python: Enable ptwrite listener registration
` [PATCH 01/10] btrace: Introduce auxiliary instructions
` [PATCH 09/10] btrace, python: Enable calling the ptwrite listener
` [PATCH 04/10] btrace: Handle stepping and goto for auxiliary instructions
` [PATCH 06/10] python: Add clear_trace() to gdb.Record
` [PATCH 02/10] btrace: Enable auxiliary instructions in record instruction-history
` [PATCH 05/10] python: Introduce gdb.RecordAuxiliary class
` [PATCH 03/10] btrace: Enable auxiliary instructions in record function-call-history
` [PATCH 07/10] btrace, linux: Enable ptwrite packets

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

[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 4/4] Document in NEWS and gdb.texinfo the "help", "apropos" and "show style" changes
` [RFAv2 1/4] Add highlight style, title style, fputs_highlighted. Improve 'show style'
` [RFAv2 2/4] Improve usability and/or readibility of help and apropos output

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 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
` [RFA 2/4] Improve usability and/or readibility of help and apropos output
` [RFA 3/4] Update tests following changes to "help" and "apropos"

[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  (5+ messages)
` [RFAv4 5/5] NEWS and documentation for "

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

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