public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[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 v2 1/3] gdb: make "set debug timestamp" work nice with new debug printouts
 2021-01-05  9:23 UTC  (6+ messages)
` [PATCH v2 3/3] gdb: introduce scoped debug prints

[PATCH 1/2] sim: testsuite: allow tests to declare expected exit status
 2021-01-05  8:17 UTC  (5+ 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/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)

A couple of trivial fixes
 2021-01-04 19:33 UTC  (2+ messages)

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

[PATCH] Fix regression in Ada aggregate assignment
 2021-01-04 18:42 UTC 

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

[PATCHv5 0/2] Restore thread and frame patches
 2021-01-04 16:08 UTC  (6+ messages)
` [PATCHv6 "
  ` [PATCHv6 2/2] gdb: Track the current frame for each thread

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

[PATCH 000/203] Refactor expressions
 2021-01-04 12:16 UTC  (134+ 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 083/203] Introduce register_operation
` [PATCH 085/203] Introduce internalvar_operation
` [PATCH 086/203] Introduce string_operation
` [PATCH 087/203] Introduce ternop_slice_operation
` [PATCH 088/203] Introduce ternop_cond_operation
` [PATCH 089/203] Add c-exp.h and c_string_operation
` [PATCH 090/203] Introduce objc_nsstring_operation
` [PATCH 091/203] Introduce objc_selector_operation
` [PATCH 092/203] Introduce complex_operation
` [PATCH 093/203] Introduce structop_operation
` [PATCH 094/203] Introduce structop_ptr_operation
` [PATCH 095/203] Introduce structop_member_operation and structop_mptr_operation
` [PATCH 096/203] Introduce concat_operation
` [PATCH 097/203] Introduce add_operation
` [PATCH 098/203] Introduce sub_operation
` [PATCH 099/203] Introduce binop_operation
` [PATCH 100/203] Introduce subscript_operation
` [PATCH 101/203] Implement binary comparison operations
` [PATCH 102/203] Introduce repeat_operation
` [PATCH 103/203] Introduce comma_operation
` [PATCH 104/203] Implement some unary operations
` [PATCH 105/203] Implement unary increment and decrement operations
` [PATCH 106/203] Introduce unop_ind_operation
` [PATCH 107/203] Introduce type_operation
` [PATCH 108/203] Introduce typeof_operation
` [PATCH 109/203] Introduce decltype_operation
` [PATCH 110/203] Introduce typeid_operation
` [PATCH 111/203] Introduce unop_addr_operation
` [PATCH 112/203] Introduce unop_sizeof_operation
` [PATCH 113/203] Introduce unop_alignof_operation
` [PATCH 114/203] Implement UNOP_MEMVAL and UNOP_MEMVAL_TYPE
` [PATCH 115/203] Introduce op_this_operation
` [PATCH 116/203] Introduce type_instance_operation
` [PATCH 117/203] Introduce assign_operation
` [PATCH 118/203] Introduce assign_modify_operation
` [PATCH 119/203] Introduce unop_cast_operation
` [PATCH 120/203] Introduce unop_cast_type_operation
` [PATCH 121/203] Implement C++ cast operations
` [PATCH 122/203] Introduce var_value_operation
` [PATCH 123/203] Introduce objc_msgcall_operation
` [PATCH 124/203] Introduce multi_subscript_operation
` [PATCH 125/203] Introduce ada_wrapped_operation
` [PATCH 126/203] Introduce ada_string_operation
` [PATCH 127/203] Introduce ada_qual_operation
` [PATCH 128/203] Introduce ada_ternop_range_operation
` [PATCH 129/203] Implement several Fortran operations
` [PATCH 130/203] Implement some Rust operations
` [PATCH 131/203] Introduce rust_unop_ind_operation
` [PATCH 132/203] Introduce rust_subscript_operation
` [PATCH 133/203] Introduce rust_range_operation
` [PATCH 134/203] Implement Rust field operations
` [PATCH 135/203] Introduce rust_aggregate_operation
` [PATCH 136/203] Add two simple Modula-2 operations
` [PATCH 137/203] Implement the "&&" and "||" operators
` [PATCH 138/203] Implement some Ada unary operations
` [PATCH 139/203] Introduce ada_unop_range_operation
` [PATCH 140/203] Introduce class adl_func_operation
` [PATCH 141/203] Introduce array_operation
` [PATCH 142/203] Implement function call operations
` [PATCH 143/203] Implement Rust funcall operation
` [PATCH 144/203] Introduce fortran_undetermined
` [PATCH 145/203] Introduce opencl_cast_type_operation
` [PATCH 146/203] Implement OpenCL binary 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] 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 

V3 [PATCH 0/5] Support the PGO build for binutils+gdb
 2021-01-02 19:46 UTC  (3+ messages)

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