public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] MI: PR20684, preserve user selected thread and frame when invoking MI commands
 2021-02-23 11:20 UTC  (2+ messages)
` [PING] "

GDB 10.2 release (respin) -- 2021-02-23 Update
 2021-02-23  6:57 UTC 

[PATCH 0/4] Fix CU expansion queue-related problems
 2021-02-23  6:53 UTC  (7+ messages)
` [PATCH 3/4] gdb/dwarf: don't enqueue CU in maybe_queue_comp_unit if already expanded

[PATCH 1/2] gdb: push target earlier in procfs_target::attach (PR 27435)
 2021-02-23  6:35 UTC  (7+ messages)
` [PATCH 2/2] gdb: add asserts in thread code
  ` Re: [PATCH 1/2] gdb: push target earlier in procfs_target::attach (PR 27435)

[PATCH] Fix segfault in ltpy_iternext() when symtab has no linetable
 2021-02-22 17:04 UTC  (2+ messages)
` [PATCH v2] "

GDB 10.2 release (respin) -- 2021-02-13 Update
 2021-02-22 16:51 UTC  (2+ messages)

[PATCH] Change target_bfd_reopen to take a gdb_bfd_ref_ptr
 2021-02-22 16:21 UTC  (3+ messages)

[PATCH 0/4] Add support for command renaming
 2021-02-22  8:28 UTC  (5+ messages)
` [PATCH v2 0/5] "
  ` [PING] "
    ` [PING2] "
      ` [PING 3] "

[PATCH] sim: igen: delete unused FOR_BUILD vars
 2021-02-22  5:55 UTC  (3+ messages)
` [PATCH 1/2] sim: igen: delete more unused toolchain programs
  ` [PATCH 2/2] sim: igen: drop config.h & header checking

[PATCH] sim: set up build-time compiler settings
 2021-02-22  4:44 UTC 

[PATCH] sim: use AC_CHECK_TOOL to find ar
 2021-02-22  4:38 UTC 

[PATCH] sim: require AC_PROG_CPP explicitly
 2021-02-22  4:38 UTC 

[PATCH 1/2] sim: delete redundant SIM_EXTRA_ALL
 2021-02-22  0:11 UTC  (2+ messages)
` [PATCH 2/2] sim: delete unused SIM_EXTRA_LIBDEPS

[PATCH] Handle DWARF 5 separate debug sections
 2021-02-21 23:18 UTC 

[PATCH 0/5] Some minor dwz-handling improvements & cleanups
 2021-02-21 17:19 UTC  (8+ messages)
` [PATCH 1/5] Create new file dwarf2/sect-names.h
` [PATCH 2/5] Change section_is_p to a method on dwarf2_section_names
` [PATCH 3/5] Avoid crash on missing dwz file
` [PATCH 4/5] Include scoped_fd.h in debuginfod-support.h
` [PATCH 5/5] Move dwarf2_get_dwz_file to dwarf2/dwz.h

[PATCH] Micro-optimize abbrev reading and storage
 2021-02-21  6:03 UTC 

[PATCH v3 000/206] Refactor expressions
 2021-02-20 20:16 UTC  (169+ messages)
` [PATCH v3 011/206] Split out eval_op_structop_ptr
` [PATCH v3 014/206] Split out eval_op_sub
` [PATCH v3 018/206] Split out eval_op_notequal
` [PATCH v3 019/206] Split out eval_op_less
` [PATCH v3 024/206] Split out eval_op_plus
` [PATCH v3 026/206] Split out eval_op_complement
` [PATCH v3 037/206] Split out eval_op_f_mod
` [PATCH v3 045/206] Change parameters to rust_range
` [PATCH v3 047/206] Split out eval_op_rust_ind
` [PATCH v3 048/206] Split out eval_op_rust_complement
` [PATCH v3 049/206] Split out eval_op_rust_array
` [PATCH v3 050/206] Split out eval_op_rust_struct_anon
` [PATCH v3 051/206] Split out eval_op_rust_structop
` [PATCH v3 052/206] Split helper functions
` [PATCH v3 053/206] Split out eval_op_m2_high
` [PATCH v3 054/206] Split out eval_op_m2_subscript
` [PATCH v3 055/206] Split out eval_binop_assign_modify
` [PATCH v3 056/206] Split out eval_op_objc_msgcall
` [PATCH v3 057/206] Split out eval_opencl_assign
` [PATCH v3 058/206] Split out eval_ternop_in_range
` [PATCH v3 059/206] Split out ada_unop_neg
` [PATCH v3 060/206] Split out ada_unop_in_range
` [PATCH v3 061/206] Split out ada_atr_tag
` [PATCH v3 062/206] Split out ada_atr_size
` [PATCH v3 063/206] Split out ada_abs
` [PATCH v3 064/206] Split out ada_mult_binop
` [PATCH v3 065/206] Split out ada_equal_binop
` [PATCH v3 066/206] Split out ada_ternop_slice
` [PATCH v3 067/206] Split out ada_binop_in_bounds
` [PATCH v3 068/206] Split out ada_unop_atr
` [PATCH v3 069/206] Split out ada_binop_minmax
` [PATCH v3 070/206] Change value_val_atr to ada_val_atr
` [PATCH v3 071/206] Split out ada_binop_exp
` [PATCH v3 072/206] Split out eval_multi_subscript
` [PATCH v3 073/206] Split gen_expr_binop_rest
` [PATCH v3 074/206] Introduce class operation
` [PATCH v3 075/206] Implement dumping
` [PATCH v3 076/206] Add two agent expression helper functions
` [PATCH v3 077/206] Introduce float_const_operation
` [PATCH v3 078/206] Introduce scope_operation
` [PATCH v3 079/206] Introduce long_const_operation
` [PATCH v3 080/206] Introduce var_msym_value_operation
` [PATCH v3 081/206] Introduce var_entry_value_operation
` [PATCH v3 082/206] Introduce func_static_var_operation
` [PATCH v3 083/206] Introduce last_operation
` [PATCH v3 084/206] Introduce register_operation
` [PATCH v3 085/206] Introduce bool_operation
` [PATCH v3 086/206] Introduce internalvar_operation
` [PATCH v3 087/206] Introduce string_operation
` [PATCH v3 088/206] Introduce ternop_slice_operation
` [PATCH v3 089/206] Introduce ternop_cond_operation
` [PATCH v3 090/206] Add c-exp.h and c_string_operation
` [PATCH v3 091/206] Introduce objc_nsstring_operation
` [PATCH v3 092/206] Introduce objc_selector_operation
` [PATCH v3 093/206] Introduce complex_operation
` [PATCH v3 094/206] Introduce structop_operation
` [PATCH v3 095/206] Introduce structop_ptr_operation
` [PATCH v3 096/206] Introduce structop_member_operation and structop_mptr_operation
` [PATCH v3 097/206] Introduce concat_operation
` [PATCH v3 098/206] Introduce add_operation
` [PATCH v3 099/206] Introduce sub_operation
` [PATCH v3 100/206] Introduce binop_operation
` [PATCH v3 101/206] Introduce subscript_operation
` [PATCH v3 102/206] Implement binary comparison operations
` [PATCH v3 103/206] Introduce repeat_operation
` [PATCH v3 104/206] Introduce comma_operation
` [PATCH v3 105/206] Implement some unary operations
` [PATCH v3 106/206] Implement unary increment and decrement operations
` [PATCH v3 107/206] Introduce unop_ind_operation
` [PATCH v3 108/206] Introduce type_operation
` [PATCH v3 109/206] Introduce typeof_operation
` [PATCH v3 110/206] Introduce decltype_operation
` [PATCH v3 111/206] Introduce typeid_operation
` [PATCH v3 112/206] Introduce unop_addr_operation
` [PATCH v3 113/206] Introduce unop_sizeof_operation
` [PATCH v3 114/206] Introduce unop_alignof_operation
` [PATCH v3 115/206] Implement UNOP_MEMVAL and UNOP_MEMVAL_TYPE
` [PATCH v3 116/206] Introduce op_this_operation
` [PATCH v3 117/206] Introduce type_instance_operation
` [PATCH v3 118/206] Introduce assign_operation
` [PATCH v3 119/206] Introduce assign_modify_operation
` [PATCH v3 120/206] Introduce unop_cast_operation
` [PATCH v3 121/206] Introduce unop_cast_type_operation
` [PATCH v3 122/206] Implement C++ cast operations
` [PATCH v3 123/206] Introduce var_value_operation
` [PATCH v3 124/206] Introduce objc_msgcall_operation
` [PATCH v3 125/206] Introduce multi_subscript_operation
` [PATCH v3 126/206] Introduce ada_wrapped_operation
` [PATCH v3 127/206] Introduce ada_string_operation
` [PATCH v3 128/206] Introduce ada_qual_operation
` [PATCH v3 129/206] Introduce ada_ternop_range_operation
` [PATCH v3 130/206] Implement several Fortran operations
` [PATCH v3 131/206] Implement some Rust operations
` [PATCH v3 132/206] Introduce rust_unop_ind_operation
` [PATCH v3 133/206] Introduce rust_subscript_operation
` [PATCH v3 134/206] Introduce rust_range_operation
` [PATCH v3 135/206] Implement Rust field operations
` [PATCH v3 136/206] Introduce rust_aggregate_operation
` [PATCH v3 137/206] Add two simple Modula-2 operations
` [PATCH v3 138/206] Implement the "&&" and "||" operators
` [PATCH v3 139/206] Implement some Ada unary operations
` [PATCH v3 140/206] Introduce ada_unop_range_operation
` [PATCH v3 141/206] Introduce class adl_func_operation
` [PATCH v3 142/206] Introduce array_operation
` [PATCH v3 143/206] Implement function call operations
` [PATCH v3 144/206] Implement Rust funcall operation
` [PATCH v3 145/206] Introduce fortran_undetermined
` [PATCH v3 146/206] Introduce classes for Fortran bound intrinsics
` [PATCH v3 147/206] Implement fortran_allocated_operation
` [PATCH v3 148/206] Introduce opencl_cast_type_operation
` [PATCH v3 149/206] Implement OpenCL binary operations
` [PATCH v3 150/206] Introduce opencl_notequal_operation
` [PATCH v3 151/206] Introduce opencl_structop_operation
` [PATCH v3 152/206] Implement OpenCL logical binary operations
` [PATCH v3 153/206] Implement OpenCL ternary conditional operator
` [PATCH v3 154/206] Split out some Ada type resolution code
` [PATCH v3 155/206] Introduce ada_binop_addsub_operation
` [PATCH v3 156/206] Implement Ada multiplicative operators
` [PATCH v3 157/206] Implement Ada equality operators
` [PATCH v3 158/206] Introduce ada_bitwise_operation
` [PATCH v3 159/206] Introduce ada_ternop_slice
` [PATCH v3 160/206] Introduce ada_binop_in_bounds
` [PATCH v3 161/206] Implement some Ada OP_ATR_ operations
` [PATCH v3 162/206] Introduce ada_var_value_operation
` [PATCH v3 163/206] Introduce ada_var_msym_value_operation
` [PATCH v3 164/206] Implement Ada min and max operations
` [PATCH v3 165/206] Refactor value_pos_atr
` [PATCH v3 166/206] Introduce ada_pos_operation
` [PATCH v3 167/206] Introduce ada_atr_val_operation
` [PATCH v3 168/206] Introduce ada_binop_exp_operation
` [PATCH v3 169/206] Introduce ada_unop_ind_operation
` [PATCH v3 170/206] Introduce ada_structop_operation
` [PATCH v3 171/206] Implement function calls for Ada
` [PATCH v3 172/206] Implement Ada resolution
` [PATCH v3 173/206] Implement Ada assignment
` [PATCH v3 174/206] Remove use of op_string
` [PATCH v3 175/206] Add an expr::operation_up to struct expression
` [PATCH v3 176/206] Add completion for operations
` [PATCH v3 177/206] Add operation-related methods to parser_state
` [PATCH v3 178/206] Convert dtrace probes to use operations
` [PATCH v3 179/206] Convert stap probes to create operations
` [PATCH v3 180/206] Convert rust-exp.y to use operations
` [PATCH v3 181/206] Convert c-exp.y "
` [PATCH v3 182/206] Convert go-exp.y "
` [PATCH v3 183/206] Convert d-exp.y "
` [PATCH v3 184/206] Convert p-exp.y "
` [PATCH v3 185/206] Convert m2-exp.y "
` [PATCH v3 186/206] Convert f-exp.y "
` [PATCH v3 187/206] Convert ada-exp.y "
` [PATCH v3 188/206] Remove now-unused Rust evaluator code
` [PATCH v3 189/206] Remove now-unused Fortran "
` [PATCH v3 190/206] Remove now-unused Modula-2 "
` [PATCH v3 191/206] Remove now-unused Ada "
` [PATCH v3 192/206] Remove now-unused C "
` [PATCH v3 193/206] Remove union exp_element
` [PATCH v3 194/206] Remove two Ada opcodes
` [PATCH v3 195/206] Remove unused Modula-2 opcodes
` [PATCH v3 196/206] Remove unused Ada opcodes
` [PATCH v3 197/206] Remove OP_EXTENDED0
` [PATCH v3 198/206] Remove OP_UNUSED_LAST
` [PATCH v3 199/206] Remove BINOP_END
` [PATCH v3 200/206] Inline expression constructor
` [PATCH v3 201/206] Inline expr_builder methods
` [PATCH v3 202/206] Merge namespace scopes in eval.c
` [PATCH v3 203/206] Remove EVAL_SKIP
` [PATCH v3 204/206] Change exp_uses_objfile to return bool
` [PATCH v3 205/206] Use bound_minimal_symbol in var_msym_value_operation
` [PATCH v3 206/206] Remove some null checks

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