public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/4] Add support for command renaming
 2021-01-08 10:07 UTC  (4+ messages)
` [PATCH 1/4] gdb: add lookup_cmd_exact to simplify a common pattern
` [PATCH 2/4] gdb: prevent prefix commands from being hooks
` [PATCH 3/4] gdb: update the docs for add_cmd and do_add_cmd to match reality

[PATCH] sim: ChangeLog: move arch-specific entries into the arch dir
 2021-01-08  9:57 UTC  (7+ messages)

[PATCH] sim: require a C11 compiler
 2021-01-08  9:49 UTC  (2+ messages)

[PATCH] gdb: check for empty strings in get_standard_cache_dir/get_standard_config_dir
 2021-01-08  9:48 UTC  (10+ messages)

[PATCH] Improve gdb_tilde_expand logic
 2021-01-08  9:30 UTC  (2+ messages)

[PATCH] gdb/docs: add parentheses in Python examples using print
 2021-01-08  9:29 UTC 

[PATCH] Pass void_context_p to parse_expression
 2021-01-08  6:54 UTC  (4+ messages)

[PATCH] gdb/sim: add support for exporting memory map
 2021-01-08  6:05 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 1/2] gdb/testsuite: add links for handled control sequences in lib/tuiterm.exp
 2021-01-08  5:30 UTC  (2+ messages)
` [PATCH 2/2] gdb/testsuite: rename _cur_x/_cur_y to _cur_col/_cur_row "

[PATCH][gdb] Fix internal-error in process_event_stop_test
 2021-01-08  5:23 UTC  (3+ messages)

[PATCH v3 0/5] Reduce back and forth with target when threads have pending statuses + better handling of 'S' packets
 2021-01-08  4:17 UTC  (6+ messages)
` [PATCH v3 1/5] gdb: make the remote target track its own thread resume state
` [PATCH v3 2/5] gdb: remove target_ops::commit_resume implementation in record-{btrace, full}.c
` [PATCH v3 3/5] gdb: move commit_resume to process_stratum_target
` [PATCH v3 4/5] gdb: generalize commit_resume, avoid commit-resuming when threads have pending statuses
` [PATCH v3 5/5] gdb: better handling of 'S' packets

[PATCH] gdb: better handling of 'S' packets
 2021-01-08  3:58 UTC  (8+ messages)
  ` [PATCHv2] "

[PATCH] gdb: improve command completion for 'print', 'x', and 'display'
 2021-01-08  0:59 UTC  (14+ messages)
              ` gdbserver build broken with -fsanitize=address
                ` [PATCH][gdb/build] Fix gdbserver build "

[PATCH] gdb/fortran: Correct the lval type for array elements of internal vars
 2021-01-07 21:02 UTC  (2+ messages)

[PATCH][gdb/remote] Fix invalid pointer in remote_async_serial_handler
 2021-01-07 16:29 UTC  (4+ messages)

[PATCH 000/203] Refactor expressions
 2021-01-07 15:16 UTC  (40+ messages)
` [PATCH 003/203] Split out eval_op_var_msym_value
` [PATCH 009/203] what is this code for
` [PATCH 052/203] Split out eval_op_m2_high
` [PATCH 073/203] Introduce class operation
` [PATCH 136/203] Add two simple Modula-2 operations
` [PATCH 151/203] Split out some Ada type resolution code
` [PATCH 169/203] Implement Ada resolution
` [PATCH 182/203] Convert m2-exp.y to use operations
` [PATCH 183/203] Convert f-exp.y "
` [PATCH 184/203] Convert ada-exp.y "
` [PATCH 185/203] Remove now-unused Rust evaluator code
` [PATCH 186/203] Remove now-unused Fortran "
` [PATCH 187/203] Remove now-unused Modula-2 "
` [PATCH 188/203] Remove now-unused Ada "
` [PATCH 189/203] Remove now-unused C "
` [PATCH 190/203] Remove union exp_element
` [PATCH 191/203] Remove two Ada opcodes
` [PATCH 192/203] Remove unused Modula-2 opcodes
` [PATCH 193/203] Remove unused Ada opcodes
` [PATCH 194/203] Remove OP_EXTENDED0
` [PATCH 195/203] Remove OP_UNUSED_LAST
` [PATCH 196/203] Remove BINOP_END
` [PATCH 197/203] Inline expression constructor
` [PATCH 198/203] Inline expr_builder methods
` [PATCH 199/203] Merge namespace scopes in eval.c
` [PATCH 200/203] Remove EVAL_SKIP
` [PATCH 201/203] Change exp_uses_objfile to return bool
` [PATCH 202/203] Use bound_minimal_symbol in var_msym_value_operation
` [PATCH 203/203] Remove some null checks

[PATCH] Fix regression in Ada aggregate assignment
 2021-01-07 14:02 UTC  (2+ messages)

[PATCHv5 0/2] Restore thread and frame patches
 2021-01-07 10:25 UTC  (7+ messages)
` [PATCHv6 "
  ` [PATCHv6 2/2] gdb: Track the current frame for each thread

[PATCH] sim: cris: disable test that crashes the linker
 2021-01-07  9:36 UTC  (2+ messages)

[PATCH] sim: cris: use -sim with C tests for cris-elf targets
 2021-01-07  9:29 UTC  (2+ messages)

[PATCH] sim: h8300: delete opcode caching
 2021-01-07  9:27 UTC  (2+ messages)

[PATCH/committed] sim: cris: fix C tests with newer toolchains
 2021-01-07  6:28 UTC 

[PATCH] Fix regression in Ada do_full_match
 2021-01-07  1:57 UTC  (2+ messages)

A couple of trivial fixes
 2021-01-06 21:46 UTC  (3+ messages)

[PATCH v2 1/3] gdb: make "set debug timestamp" work nice with new debug printouts
 2021-01-06 19:05 UTC  (13+ messages)
` [PATCH v2 3/3] gdb: introduce scoped debug prints

[Binutils][GDB][PATCH] aarch64: Add support for bfloat16 in gdb
 2021-01-06 17:59 UTC  (2+ messages)

[PATCH][gdb/breakpoint] Handle .plt.sec in in_plt_section
 2021-01-06 15:37 UTC 

[PATCH toplevel] libctf: new testsuite
 2021-01-06 13:18 UTC  (4+ messages)
  ` [PATCH v2 toplevel] sync libctf toplevel from binutils-gdb

[PATCH 0/4] Clear target async event handlers in wait method
 2021-01-06  9:51 UTC  (5+ messages)
` [PATCH 3/4] gdb: make record-btrace target clear its async event handler in wait
` [PATCH 4/4] gdb: make record-full "

[PATCH] gdbsupport: common-utils.h: fix typo in header
 2021-01-06  9:38 UTC  (2+ messages)

[PATCH 1/2] sim: testsuite: allow tests to declare expected exit status
 2021-01-06  0:31 UTC  (6+ messages)
` [PATCH 2/2] sim: m32r: clean up redundant test coverage
` [PATCH] sim: frv: "
` [PATCH] sim: mips: delete empty stub test dir
` [PATCH] sim: d10v: relocate tests & clean up test harness
` [PATCH] sim: testsuite: delete configure script

[PATCH 1/3] Refresh regs window in display_registers_from
 2021-01-05 16:30 UTC  (3+ messages)
  ` [PATCH 2/3] Don't fill regs window with a negative number of spaces
  ` [PATCH 3/3] Don't draw register sub windows outside the visible area

V3 [PATCH 0/5] Support the PGO build for binutils+gdb
 2021-01-05 14:06 UTC  (8+ messages)
` V3 [PATCH 5/5] gnulib: Support variables from the top level Makefile

[PATCH v2] Don't add window duplicates to tui_windows
 2021-01-05 13:55 UTC 

[PATCH 1/4] Fix TUI source window drawing
 2021-01-05 13:13 UTC  (12+ messages)
  ` [PATCH 2/4] Redraw both spaces between line numbers and source code
  ` [PATCH 3/4] Don't add window duplicates to tui_windows
  ` [PATCH 4/4] Prevent flickering when redrawing the TUI source window

[PATCH] sim: fr30: delete unused testsuite
 2021-01-05  9:34 UTC  (2+ messages)

[PATCH] sim: testsuite: punt unused Make-common.in file
 2021-01-05  9:32 UTC  (2+ messages)

[PATCH 1/2] sim: h8300: simplify testsuite runner
 2021-01-05  9:29 UTC  (3+ messages)
` [PATCH 2/2] sim: h8300: fix test mach markers

[PATCH/committed] sim: include stdlib.h for atoi()
 2021-01-05  1:18 UTC 

[PATCH/committed] sim: stdlib.h for abs()
 2021-01-05  1:13 UTC 

[PATCH][PR gdb/27133] Avoid use after free with logging and debug redirect
 2021-01-04 23:29 UTC  (3+ messages)

[PATCH/committed] gdb: bfin: use align helper
 2021-01-04 23:24 UTC 

[PATCH] Fix building gdb with gcc-4.x
 2021-01-04 21:34 UTC  (4+ messages)

[PATCH][gdb/symtab] Remove superfluous end-of-sequence marker
 2021-01-04 18:44 UTC  (3+ messages)

[PATCH][gdb/testsuite] Don't require gold for gdb.base/morestack.exp
 2021-01-04 18:38 UTC  (3+ messages)

[PATCH 1/5] gdb/testsuite: use clean_restart in gdb.server/solib-list.exp
 2021-01-04 16:49 UTC  (2+ messages)

[PATCH v2] Refactor struct trad_frame_saved_regs
 2021-01-04 15:20 UTC  (6+ messages)

[PATCH] sim: update bug URI to https://
 2021-01-04 11:05 UTC  (2+ messages)

[PATCH] sim: common: rename sim_print_config
 2021-01-04 11:04 UTC  (2+ messages)

[PATCH] sim: common: add a version output helper w/copyright+license info
 2021-01-04 11:03 UTC  (3+ messages)
` [PATCH] sim: common: version: add build & homepage info when interactive

[PATCH] Fix partial symbols
 2021-01-03 15:36 UTC  (5+ messages)
    ` [PATCHv2] "
      ` [PATCH v3] "

[PATCH v6 0/3] Disable breakpoint locations in unloaded jit objects
 2021-01-03 13:03 UTC  (2+ messages)

[PATCH 0/5] Separating NT_FILE related utilities
 2021-01-03 13:03 UTC  (6+ messages)
` [PATCH 1/5] bfd: add elfcore_write_file_note
` [PATCH 2/5] gdb: split file note handling into a separate module
` [PATCH 3/5] gdb: refactor file_mappings_builder to use byte_vector
` [PATCH 4/5] gdb: move file note iteration to elfnote-file.h/c
` [PATCH 5/5] gdb: add a selftest for elfnote-file.c

[PATCH] Change handling of '!' operator in stap probes
 2021-01-03  7:59 UTC  (2+ messages)

[PATCH] sim: example-synacor: a simple implementation for reference
 2021-01-03  7:24 UTC 

[OBV] [PATCH] Fix pretty printer of main_type.flds_bnds.bounds
 2021-01-02 18:43 UTC  (2+ messages)

[PATCH] Add Python support for hardware breakpoints
 2021-01-02 13:32 UTC  (2+ messages)

[PING][PATCH] Also compare frame_id_is_next in frapy_richcompare
 2021-01-02 13:19 UTC 

[PATCH] Use gdb::array_view for setting value bytes in trad-frame
 2021-01-02 12:29 UTC  (4+ messages)

[PATCH v6] Fix range end handling of inlined subroutines
 2021-01-02  9:30 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).