public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PUSHED 00/11] Fortran Parser Cleanup, KIND Support, and Intrinsic Functions
 2019-03-07 15:49 UTC  (16+ messages)
` [PATCH "
  ` [PUSHED 02/11] gdb/fortran: Cleanup code for parsing logical constants
  ` [PUSHED 01/11] gdb/fortran: Remove some duplicate tests
  ` [PUSHED 04/11] gdb/fortran: Add new function to evaluate Fortran expressions
  ` [PUSHED 09/11] gdb/fortran: Use TYPE_CODE_CHAR for character types
  ` [PUSHED 08/11] gdb/fortran: Add builtin 8-byte integer type with (kind=8) support
  ` [PUSHED 10/11] gdb/fortran: Add support for the ABS intrinsic function
      ` [PATCH] gdb: Move value_from_host_double into value.c and make more use of it
  ` [PUSHED 11/11] gdb/fortran: Handle older TYPE*SIZE typenames
  ` [PUSHED 03/11] gdb/fortran: Simplify handling of Fortran dot operations and keywords
  ` [PUSHED 06/11] gdb/fortran: Add Fortran 'kind' intrinsic and keyword
  ` [PUSHED 05/11] gdb/fortran: Enable debugging of the Fortran parser
  ` [PUSHED 07/11] gdb/fortran: Expand the set of types that support (kind=N)

[PATCH] gdb/testsuite: Prepare for DejaGnu 1.6.2
 2019-03-07 15:46 UTC  (2+ messages)

[PATCH 00/16] Add styling to the gdb CLI and TUI
 2019-03-07 14:53 UTC  (30+ messages)

A knob to control source highlighting?
 2019-03-07 14:40 UTC 

MinGW build failure for GDB 8.2.90 with source-highlight
 2019-03-07 14:36 UTC 

[RFC][gdb/testsuite] Fix base address selection entry encoding in dw2-skip-prologue.S
 2019-03-07 12:11 UTC 

[RFC PATCH 0/6] Support for Linux kernel thread aware debug
 2019-03-07 11:50 UTC  (6+ messages)

[PATCH] Remove excess calls to gdb_flush
 2019-03-07  6:06 UTC  (6+ messages)

New ARI warning Thu Mar 7 01:56:49 UTC 2019
 2019-03-07  1:56 UTC 

[PATCH v2 00/22] Remove cleanups
 2019-03-06 23:08 UTC  (44+ messages)
` [PATCH v2 08/22] Remove last cleanup solib-aix.c
` [PATCH v2 05/22] Remove last cleanup from gdbserver
` [PATCH v2 04/22] C++ify remote notification code
` [PATCH v2 16/22] Rewrite TRY/CATCH
` [PATCH v2 09/22] Remove last cleanup from linux-namespaces.c
` [PATCH v2 01/22] Remove cleanups from coffread.c
` [PATCH v2 13/22] Remove free_current_contents
` [PATCH v2 07/22] Remove last cleanups from solib-svr4.c
` [PATCH v2 02/22] Update two cleanup comments
` [PATCH v2 22/22] Introduce and use bcache_up
` [PATCH v2 15/22] Make exceptions use std::string and be self-managing
` [PATCH v2 03/22] Change displaced_step_clear_cleanup with a forward_scope_exit
` [PATCH v2 19/22] Make exception throwing a bit more efficient
` [PATCH v2 10/22] Remove last cleanups from stabsread.c
` [PATCH v2 12/22] Remove basic cleanup code
` [PATCH v2 21/22] Use SCOPE_EXIT in write_gcore_file
` [PATCH v2 06/22] Remove cleanup from solib-svr4.c
` [PATCH v2 20/22] Replace throw_exception with throw in some cases
` [PATCH v2 11/22] Use unique_xmalloc_ptr in remote.c
` [PATCH v2 17/22] Rename gdb exception types

[PATCH] MI: Add new command -complete
 2019-03-06 17:36 UTC  (18+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] MI: extract command completion logic from complete_command()
  ` [PATCH v3 "
  ` [PATCH v3 0/2] MI: Add new command -complete
  ` [PATCH v3 2/2] "

[PATCH v2 0/8] Support for AArch64 Pointer Authentication
 2019-03-06 15:36 UTC  (10+ messages)
` [PATCH v2 3/8] AArch64: Read pauth registers
` [PATCH v2 7/8] AArch64: Prologue scan unwinder support for signed return addresses
` [PATCH v2 4/8] AArch64: gdbserver: read pauth registers
` [PATCH v2 6/8] AArch64: DWARF unwinder support for signed return addresses
` [PATCH v2 2/8] AArch64: Use HWCAP to detect pauth feature
` [PATCH v2 1/8] AArch64: Add pointer authentication feature
` [PATCH v2 8/8] AArch64: Read pauth section from core files
` [PATCH v2 5/8] AArch64: Add pauth DWARF registers

[FYI] Fix remote-sim.c build after warn-unused-result change
 2019-03-06 14:59 UTC 

Commit "Introduce ATTRIBUTE_UNUSED_RESULT and use it" breaks gdb build
 2019-03-06 14:58 UTC  (2+ messages)

[PATCH] Testsuite: Ensure pie is disabled on some tests
 2019-03-06 10:20 UTC 

[PATCH] Apply substitute-path to relative filenames as well
 2019-03-06 10:06 UTC  (3+ messages)

[PATCH V2] Testsuite: Ensure changing directory does not break the log file
 2019-03-05 22:15 UTC  (3+ messages)

[FYI] Remove some Python 3 #ifs
 2019-03-05 22:14 UTC 

[PATCH v2 0/5] Add python method gdb.InferiorThread.thread_handle
 2019-03-05 21:54 UTC  (11+ messages)
` [PATCH v2 1/5] Introduce target_ops method thread_info_to_thread_handle
` [PATCH v2 2/5] Add python method InferiorThread.thread_handle
` [PATCH v2 3/5] Support buffer objects as handles in Inferior.thread_from_thread_handle()
` [PATCH v2 4/5] Tests for gdb.InferiorThread.thread_handle
` [PATCH v2 5/5] Documentation for python method InferiorThread.thread_handle

[RFC] Change the_dummy_target to be a global
 2019-03-05 20:46 UTC  (3+ messages)

[PATCH 0/4] Make "checkpoint" not rely on inferior_ptid
 2019-03-05 19:46 UTC  (8+ messages)
` [PATCH 4/4] Eliminate fork_info::clobber_regs
` [PATCH 3/4] linux-fork.c: rewrite inf_has_multiple_threads
` [PATCH 2/4] C++ify fork_info, use std::list
` [PATCH 1/4] Make "checkpoint" not rely on inferior_ptid

[PATCH] Small fix to gdb.Value constructor doc
 2019-03-05 19:02 UTC  (4+ messages)

[PATCH][PR gdb/8527] Interrupt not functional in Eclipse/CDT on Solaris
 2019-03-05 18:58 UTC  (9+ messages)

[FYI] Remove gdb_bfd_fdopenr
 2019-03-05 16:04 UTC 

[PATCH 0/7] Use warn_unused_result on release methods
 2019-03-05 15:46 UTC  (12+ messages)
` [PATCH 7/7] Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::release
` [PATCH 2/7] Add ATTRIBUTE_UNUSED_RESULT to parser_state
` [PATCH 6/7] Add ATTRIBUTE_UNUSED_RESULT to scoped_remote_fd::release
` [PATCH 1/7] Introduce ATTRIBUTE_UNUSED_RESULT and use it
` [PATCH 3/7] Add ATTRIBUTE_UNUSED_RESULT to scoped_fd
` [PATCH 5/7] Add ATTRIBUTE_UNUSED_RESULT to macro_buffer
` [PATCH 4/7] Add ATTRIBUTE_UNUSED_RESULT to scoped_mmap

[PATCH 0/2] constify null_ptid and minus_one_ptid
 2019-03-04 23:30 UTC  (5+ messages)
` [PATCH 1/2] Change iterate_over_lwps to take a gdb::function_view
` [PATCH 2/2] Make null_ptid and minus_one_ptid "const"

[PATCH] Use '$enable_unittest' instead of '$development' on gdbserver/configure.srv (for 'aarch64*-*-linux*' case)
 2019-03-04 21:49 UTC  (3+ messages)

GDB 8.2.90 available for testing
 2019-03-04 20:00 UTC  (15+ messages)
` MinGW build of GDB 8.2.90 (was: GDB 8.2.90 available for testing)
  ` MinGW build of GDB 8.2.90

[RFC] gdb/riscv: Add target description support
 2019-03-04 16:18 UTC  (5+ messages)
` [PATCH] "

[COMMIT] Fix documentation of styles
 2019-03-02 19:45 UTC 

[PATCH 00/11] Adds functionality and fixes some code
 2019-03-02 18:52 UTC  (8+ messages)
` [PATCH 01/11] Dwarf: Fix dynamic properties with neg. value
` [PATCH 02/11] Fortran: Fix negative bounds for dynamic allocated arrays
` PING Re: [PATCH 00/11] Adds functionality and fixes some code

[RFA/commit] gdb-gdb.py.in: Fix error when printing range type
 2019-03-02 13:49 UTC 

[PATCH] Fix coff_start_symtab resource leak found by Coverity
 2019-03-01 14:10 UTC  (3+ messages)

Oh dear. I regret to inform you that commit 2c3fc25dd18d3afb4b4cb494c4803fdfbf00ae9b might be unfortunate
 2019-03-01  9:51 UTC  (2+ messages)
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, revision 2c3fc25dd18d3afb4b4cb494c4803fdfbf00ae9b

[PATCH] Change pid_to_str to return std::string
 2019-02-28 19:51 UTC  (2+ messages)

[PATCH] Remove Python 2.4 and 2.5 support
 2019-02-28 19:35 UTC  (4+ messages)

[pushed] (gdb/sim) Move Mike Frysinger to past maintainers section
 2019-02-28  7:25 UTC 

New ARI warning Thu Feb 28 02:11:32 UTC 2019 in gdb-8.3-branch
 2019-02-28  2:11 UTC 

[PATCH 00/13] Splut rank_one_type in smaller functions
 2019-02-27 21:46 UTC  (2+ messages)

[RFA] Fix regcache leak, and avoid possible regcache access after detach
 2019-02-27 21:44 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).