public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] gdb/fortran: Correct the lval type for array elements of internal vars
 2021-01-07 21:02 UTC  (2+ messages)

[PATCH] gdb: check for empty strings in get_standard_cache_dir/get_standard_config_dir
 2021-01-07 21:00 UTC  (2+ messages)

[PATCH] sim: ChangeLog: move arch-specific entries into the arch dir
 2021-01-07 20:57 UTC  (5+ messages)

[PATCH][gdb] Fix internal-error in process_event_stop_test
 2021-01-07 20:10 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  (73+ 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 147/203] Introduce opencl_notequal_operation
` [PATCH 148/203] Introduce opencl_structop_operation
` [PATCH 149/203] Implement OpenCL logical binary operations
` [PATCH 150/203] Implement OpenCL ternary conditional operator
` [PATCH 151/203] Split out some Ada type resolution code
` [PATCH 152/203] Introduce ada_binop_addsub_operation
` [PATCH 153/203] Implement Ada multiplicative operators
` [PATCH 154/203] Implement Ada equality operators
` [PATCH 155/203] Introduce ada_bitwise_operation
` [PATCH 156/203] Introduce ada_ternop_slice
` [PATCH 157/203] Introduce ada_binop_in_bounds
` [PATCH 158/203] Implement some Ada OP_ATR_ operations
` [PATCH 159/203] Introduce ada_var_value_operation
` [PATCH 160/203] Introduce ada_var_msym_value_operation
` [PATCH 161/203] Implement Ada min and max operations
` [PATCH 162/203] Refactor value_pos_atr
` [PATCH 163/203] Introduce ada_pos_operation
` [PATCH 164/203] Introduce ada_atr_val_operation
` [PATCH 165/203] Introduce ada_binop_exp_operation
` [PATCH 166/203] Introduce ada_unop_ind_operation
` [PATCH 167/203] Introduce ada_structop_operation
` [PATCH 168/203] Implement function calls for Ada
` [PATCH 169/203] Implement Ada resolution
` [PATCH 170/203] Implement Ada assignment
` [PATCH 171/203] Remove use of op_string
` [PATCH 172/203] Add an expr::operation_up to struct expression
` [PATCH 173/203] Add completion for operations
` [PATCH 174/203] Add operation-related methods to parser_state
` [PATCH 175/203] Convert dtrace probes to use operations
` [PATCH 176/203] Convert stap probes to create operations
` [PATCH 177/203] Convert rust-exp.y to use operations
` [PATCH 178/203] Convert c-exp.y "
` [PATCH 179/203] Convert go-exp.y "
` [PATCH 180/203] Convert d-exp.y "
` [PATCH 181/203] Convert p-exp.y "
` [PATCH 182/203] Convert m2-exp.y "
` [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)

[PATCH] Pass void_context_p to parse_expression
 2021-01-07 13:55 UTC  (3+ 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] gdb: better handling of 'S' packets
 2021-01-07  9:57 UTC  (5+ messages)
  ` [PATCHv2] "

[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] gdb/sim: add support for exporting memory map
 2021-01-07  9:28 UTC  (4+ messages)
` [PATCH v2] "

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

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

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