Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] Factor out mi_ui_out instantiation logic
 2019-03-13 15:31 UTC  (2+ messages)

[RFC] Don't show "display"s twice in MI
 2019-03-13 15:17 UTC  (4+ messages)

[PATCH] Apply substitute-path to relative filenames as well
 2019-03-13 12:47 UTC  (4+ messages)

[PUSHED OBV] The NEWS file had two "New targets" sections for 8.3
 2019-03-12 21:53 UTC  (4+ messages)

[PATCH] For flex: define YY_FATAL_ERROR, rename fprintf -> parser_fprintf
 2019-03-12 21:32 UTC  (2+ messages)

[PATCH] Note support for TLS variables on FreeBSD
 2019-03-12 21:20 UTC 

[PATCH v2 00/11] Support for thread-local variables on FreeBSD
 2019-03-12 20:21 UTC  (19+ messages)
` [PATCH v2 11/11] Support TLS variables on FreeBSD/powerpc
` [PATCH v2 07/11] Add a helper function to resolve TLS variable addresses for FreeBSD
` [PATCH v2 06/11] Add a more general version of lookup_struct_elt_type
` [PATCH v2 04/11] Add a new gdbarch method to resolve the address of TLS variables
` [PATCH v2 05/11] Remove code disabled since at least 1999 from lookup_struct_elt_type
` [PING][PATCH v2 00/11] Support for thread-local variables on FreeBSD

#1 bakery treat for faster fat loss
 2019-03-12 19:24 UTC 

MinGW build failure for GDB 8.2.90 with source-highlight
 2019-03-12 17:53 UTC  (15+ messages)

[pushed 0/2] Fix test-cp-name-parser build
 2019-03-12 17:48 UTC  (6+ messages)
` [pushed 1/2] Fix test-cp-name-parser build, unused variable
` [pushed 2/2] Fix test-cp-name-parser build, parser_fprintf undefined

[RFC 8.3 0/3] Some style fixes
 2019-03-12 17:32 UTC  (19+ messages)
` [RFC 8.3 1/3] Make TUI react to "set style enabled"
` [RFC 8.3 2/3] Add the "set style source" command
` [RFC 8.3 3/3] Avoid a crash in source_cache::extract_lines

[FYI] Make remote.c ptid constants "const"
 2019-03-12 17:04 UTC 

[PATCH 0/2] constify null_ptid and minus_one_ptid
 2019-03-12 16:46 UTC  (2+ messages)

[RFC 0/6] Demangle minimal symbol names in worker threads
 2019-03-12  3:33 UTC  (14+ messages)
` [RFC 1/6] Defer minimal symbol name-setting
` [RFC 3/6] Lock the demangled hash table
` [RFC 4/6] Introduce run_on_main_thread
` [RFC 5/6] Introduce thread-safe way to handle SIGSEGV
` [RFC 2/6] Remove static buffer from ada_decode
` [RFC 6/6] Demangle minsyms in parallel

Pain from exercise? Read this
 2019-03-11 19:25 UTC 

[FYI] Remove redundant assignment from dwarf2_find_containing_comp_unit
 2019-03-11 16:23 UTC 

[RFA] Have 'thread|frame apply' style their output
 2019-03-09 22:59 UTC 

Save on printer ink - Free Shipping Available
 2019-03-09 19:49 UTC 

[PUSHED_OBVIOUS] Ensure 'help set/show print inferior-events' shows the example events
 2019-03-09 13:57 UTC  (2+ messages)

[PATCH 00/13] Splut rank_one_type in smaller functions
 2019-03-09 13:30 UTC  (3+ messages)

[PATCH 00/16] Add styling to the gdb CLI and TUI
 2019-03-09  6:49 UTC  (25+ messages)

GDB 8.2.90 available for testing
 2019-03-09  6:13 UTC  (8+ messages)

[PATCH 0/9] Minor minimal symbol improvements
 2019-03-08 23:44 UTC  (14+ messages)
` [PATCH 1/9] Slightly simplify minsym creation
` [PATCH 3/9] Remove some unneeded initializations in minimal_symbol_reader
` [PATCH 9/9] Change minimal_symbol inheritance
` [PATCH 7/9] Allocate minimal symbols with malloc
` [PATCH 5/9] Simplify per-BFD storage management
` [PATCH 2/9] Introduce and use language_set
` [PATCH 8/9] Use memcpy in minimal_symbol_reader::install
` [PATCH 4/9] Remove minsym termination
` [PATCH 6/9] Use htab_up for demangled hash

A knob to control source highlighting?
 2019-03-07 21:56 UTC  (3+ messages)

[PATCH] gdb/testsuite: Prepare for DejaGnu 1.6.2
 2019-03-07 21:55 UTC  (3+ messages)

[pushed] Fix normal_stop latent bug
 2019-03-07 17:46 UTC 

[PATCH v2 00/22] Remove cleanups
 2019-03-07 17:42 UTC  (42+ messages)
` [PATCH v2 08/22] Remove last cleanup solib-aix.c
` [PATCH v2 05/22] Remove last cleanup from gdbserver
` [PATCH v2 01/22] Remove cleanups from coffread.c
` [PATCH v2 10/22] Remove last cleanups from stabsread.c
` [PATCH v2 22/22] Introduce and use bcache_up
` [PATCH v2 07/22] Remove last cleanups from solib-svr4.c
` [PATCH v2 12/22] Remove basic cleanup code
` [PATCH v2 13/22] Remove free_current_contents
` [PATCH v2 04/22] C++ify remote notification code
` [PATCH v2 21/22] Use SCOPE_EXIT in write_gcore_file
` [PATCH v2 06/22] Remove cleanup from solib-svr4.c
` [PATCH v2 11/22] Use unique_xmalloc_ptr in remote.c
` [PATCH v2 02/22] Update two cleanup comments
` [PATCH v2 09/22] Remove last cleanup from linux-namespaces.c
` [PATCH v2 03/22] Change displaced_step_clear_cleanup with a forward_scope_exit

[PUSHED 00/11] Fortran Parser Cleanup, KIND Support, and Intrinsic Functions
 2019-03-07 15:49 UTC  (16+ messages)
` [PATCH "
  ` [PUSHED 04/11] gdb/fortran: Add new function to evaluate Fortran expressions
  ` [PUSHED 01/11] gdb/fortran: Remove some duplicate tests
  ` [PUSHED 02/11] gdb/fortran: Cleanup code for parsing logical constants
  ` [PUSHED 08/11] gdb/fortran: Add builtin 8-byte integer type with (kind=8) support
  ` [PUSHED 11/11] gdb/fortran: Handle older TYPE*SIZE typenames
  ` [PUSHED 05/11] gdb/fortran: Enable debugging of the Fortran parser
  ` [PUSHED 06/11] gdb/fortran: Add Fortran 'kind' intrinsic and keyword
  ` [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 07/11] gdb/fortran: Expand the set of types that support (kind=N)
  ` [PUSHED 09/11] gdb/fortran: Use TYPE_CODE_CHAR for character types
  ` [PUSHED 03/11] gdb/fortran: Simplify handling of Fortran dot operations and keywords

[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  (5+ messages)

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

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

[PATCH v2 0/2] MI: Add new command -complete
 2019-03-06 17:36 UTC  (11+ messages)

[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 1/8] AArch64: Add pointer authentication feature
` [PATCH v2 4/8] AArch64: gdbserver: read pauth registers
` [PATCH v2 7/8] AArch64: Prologue scan unwinder support for signed return addresses
` [PATCH v2 2/8] AArch64: Use HWCAP to detect pauth feature
` [PATCH v2 8/8] AArch64: Read pauth section from core files
` [PATCH v2 5/8] AArch64: Add pauth DWARF registers
` [PATCH v2 6/8] AArch64: DWARF unwinder support for signed return addresses

[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 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  (9+ 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

[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  (4+ messages)
` [PATCH 1/4] "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox