feature branch for creating MI commands with python (was: How to create new mi commands via python / get current interpreter in python)
2021-11-05 21:18 UTC
[PATCH v2 00/32] Rewrite the DWARF "partial" reader
2021-11-05 20:08 UTC (37+ messages)
` [PATCH v2 01/32] Introduce make_unique_xstrndup
` [PATCH v2 02/32] Split create_addrmap_from_aranges
` [PATCH v2 03/32] Add dwarf2_per_cu_data::addresses_seen
` [PATCH v2 04/32] Refactor dwarf2_get_pc_bounds
` [PATCH v2 05/32] Allow ada_decode not to decode operators
` [PATCH v2 06/32] Let skip_one_die not skip children
` [PATCH v2 07/32] Add name splitting
` [PATCH v2 08/32] Add new overload of dwarf5_djb_hash
` [PATCH v2 09/32] Refactor build_type_psymtabs_reader
` [PATCH v2 10/32] Add batching parameter to parallel_for_each
` [PATCH v2 11/32] Return vector of results from parallel_for_each
` [PATCH v2 12/32] Specialize std::hash for gdb_exception
` [PATCH v2 13/32] Introduce DWARF abbrev cache
` [PATCH v2 14/32] Statically examine abbrev properties
` [PATCH v2 15/32] Update skip_one_die for new "
` [PATCH v2 16/32] Introduce the new DWARF index class
` [PATCH v2 17/32] The new DWARF indexer
` [PATCH v2 18/32] Implement quick_symbol_functions for cooked DWARF index
` [PATCH v2 19/32] Wire in the new DWARF indexer
` [PATCH v2 20/32] Introduce thread-safe handling for complaints
` [PATCH v2 21/32] Pre-read DWARF section data
` [PATCH v2 22/32] Parallelize DWARF indexing
` [PATCH v2 23/32] "Finalize" the DWARF index in the background
` [PATCH v2 24/32] Rename write_psymtabs_to_index
` [PATCH v2 25/32] Change the key type in psym_index_map
` [PATCH v2 26/32] Change parameters to write_address_map
` [PATCH v2 27/32] Genericize addrmap handling in the DWARF index writer
` [PATCH v2 28/32] Adapt .gdb_index writer to new DWARF scanner
` [PATCH v2 29/32] Adapt .debug_names "
` [PATCH v2 30/32] Enable the new DWARF indexer
` [PATCH v2 31/32] Delete DWARF psymtab code
` [PATCH v2 32/32] Remove dwarf2_per_cu_data::v
[PATCH] gdb: make dwarf2_find_containing_comp_unit take a dwarf2_per_bfd
2021-11-05 19:44 UTC
[PATCH] gdb: remove bpstat typedef, rename bpstats to bpstat
2021-11-05 19:29 UTC
[PATCH] gdb: tweak scoped_disable_commit_resumed uses when resuming all threads in non-stop
2021-11-05 19:03 UTC
[PATCH] PR gdb/28480: Improve ambiguous member detection
2021-11-05 18:26 UTC (3+ messages)
[PATCH] Avoid /proc/pid/mem races (PR 28065)
2021-11-05 18:20 UTC (2+ messages)
[PATCH] gdb/testsuite: set ASAN_OPTIONS=detect_leaks=0 while running tests
2021-11-05 17:07 UTC (10+ messages)
` [gdb/build] Fix Wimplicit-exception-spec-mismatch in clang build
[PATCH 0/2] Fix PR 28308 - dprintf breakpoints not working when run from script
2021-11-05 16:21 UTC (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Test case for Bug 28308
[PATCH] [gdb/testsuite] Fix gdb.arch/i386-avx.exp with clang
2021-11-05 13:54 UTC (12+ messages)
[PATCH 1/1] gdb: Print cv qualifiers if class attributes are substituted
2021-11-05 12:35 UTC (2+ messages)
[PUSHED] gdb/testsuite: use gdb_get_line_number
2021-11-05 12:31 UTC
[PATCH v3 00/28] Allow location description on the DWARF stack
2021-11-05 11:58 UTC (34+ messages)
` [PATCH v3 06/28] Add read method to location description classes
` [PATCH v3 07/28] Add write "
` [PATCH v3 08/28] Add deref "
` [PATCH v3 12/28] Add indirect_implicit_ptr to dwarf_location class
` [PATCH v3 14/28] Add new computed struct value callback interface
` [PATCH v3 16/28] Change DWARF stack to use new dwarf_entry classes
` [PATCH v3 23/28] Add support for any location description in CFI
` [PATCH v3 27/28] Add DW_OP_LLVM_extend DWARF operation
` [PATCH v3 28/28] Add DW_OP_LLVM_select_bit_piece "
[PATCH v4 00/28] Allow location description on the DWARF stack
2021-11-05 11:38 UTC (29+ messages)
` [PATCH v4 01/28] Add new register access interface to expr.c
` [PATCH v4 02/28] Add new memory "
` [PATCH v4 03/28] Add new classes that model DWARF stack element
` [PATCH v4 04/28] Add to_location method to dwarf_value class
` [PATCH v4 05/28] Add to_value method to dwarf_location class
` [PATCH v4 06/28] Add read method to location description classes
` [PATCH v4 07/28] Add write "
` [PATCH v4 08/28] Add deref "
` [PATCH v4 09/28] Add read_from_gdb_value method to dwarf_location
` [PATCH v4 10/28] Add write_to_gdb_value "
` [PATCH v4 11/28] Add is_implicit_ptr_at "
` [PATCH v4 12/28] Add indirect_implicit_ptr to dwarf_location class
` [PATCH v4 13/28] Add is_optimized_out "
` [PATCH v4 14/28] Add new computed struct value callback interface
` [PATCH v4 15/28] Add to_gdb_value method to DWARF entry class
` [PATCH v4 16/28] Change DWARF stack to use new dwarf_entry classes
` [PATCH v4 17/28] Remove old computed struct value callbacks
` [PATCH v4 18/28] Comments cleanup between expr.h and expr.c
` [PATCH v4 19/28] Remove dwarf_expr_context from expr.h interface
` [PATCH v4 20/28] Move read_addr_from_reg function to frame.c
` [PATCH v4 21/28] Add frame info check to DW_OP_reg operations
` [PATCH v4 22/28] Remove DWARF expression composition check
` [PATCH v4 23/28] Add support for any location description in CFI
` [PATCH v4 24/28] Add DWARF operations for byte and bit offset
` [PATCH v4 25/28] Add support for DW_OP_LLVM_undefined operation
` [PATCH v4 26/28] Add support for nested composite locations
` [PATCH v4 27/28] Add DW_OP_LLVM_extend DWARF operation
` [PATCH v4 28/28] Add DW_OP_LLVM_select_bit_piece "
[PATCH] gdb.debuginfod/fetch_src_and_symbols.exp: fix when GDB is built with AddressSanitizer
2021-11-04 21:14 UTC
[PATCH] gdb: enable -Wmissing-prototypes warning
2021-11-04 20:18 UTC (6+ messages)
` gdb: disable -Wmissing-prototypes warning w/gcc
[PATCH 0/5] Change some index-cache commands
2021-11-04 19:51 UTC (17+ messages)
` [PATCH 1/5] gdb: pass/return setting setter/getter scalar values by value
` [PATCH 2/5] gdb: remove unnecessary cmd_list_element::aliases nullptr checks
` [PATCH 3/5] gdb: remove command_class enum class_deprecated
` [PATCH 4/5] gdb: add "info index-cache stats", deprecate "show index-cache stats"
` [PATCH 5/5] gdb: introduce "set index-cache enabled", deprecate "set index-cache on/off"
[RFC PATCH] [gdb] Fix std::unique_ptr printing regression (PR 28480)
2021-11-04 19:10 UTC (3+ messages)
[PATCH 0/2] Two Ada task improvements
2021-11-04 18:52 UTC (5+ messages)
` [PATCH 1/2] Add "task" keyword to the "watch" command
` [PATCH 2/2] Implement 'task apply'
[pushed] gdbserver: re-generate configure
2021-11-04 18:14 UTC
[PATCH 00/30] Rewrite the DWARF "partial" reader
2021-11-04 18:03 UTC (7+ messages)
` [PATCH 13/30] Statically examine abbrev properties
` [PATCH 15/30] Introduce the new DWARF index class
[PATCH] Fix ptype and print commands for namelist variables(a fortran feature)
2021-11-04 15:50 UTC (6+ messages)
[PATCH 0/2] Improve constraints on gdb::array_view::array_view
2021-11-04 13:04 UTC (8+ messages)
` [PATCH 2/2] Improve gdb::array_view ctor from contiguous containers
` [PATCH v2 "
[PATCH][gdb/testsuite] Work around skip_prologue problems in gdb.threads/process-dies-while-detaching.exp
2021-11-04 11:20 UTC (4+ messages)
` [PATCH][gdb/testsuite] Add gdb.opt/break-on-_exit.exp
[PING*3] [PATCH] Fix ptype and print commands for namelist variables(a fortran feature)
2021-11-04 6:16 UTC
[PATCH] sim: mips: fix missing prototype in multi-run generation
2021-11-04 3:52 UTC
[PATCH v3 0/3] Add debuginfod core file support
2021-11-04 1:37 UTC (6+ messages)
` [PATCH 3/3] PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings
` [PING**2][PATCH "
` [PING**3][PATCH "
[PATCH 2/3] gdb: Add soname to build-id mapping for corefiles
2021-11-04 1:32 UTC (6+ messages)
` [PING**2][PATCH "
` [PING**3][PATCH "
source search with correct return type for "Expression not found"
2021-11-04 0:43 UTC (2+ messages)
[PATCH] sim: ppc: use silent build rules here too
2021-11-03 23:48 UTC (8+ messages)
` [PATCH 1/2] sim: ppc: switch to common builds for callback objects
` [PATCH 2/2] sim: ppc: inline common sim-fpu.c logic
[PATCH] [gdb/testsuite] Fix 64-bit dwarf test-cases with -m32
2021-11-03 20:30 UTC (4+ messages)
[pushed] gdb: fix gnu-nat build
2021-11-03 19:12 UTC
[PATCH 0/4] gdb, btrace: infrun fixes
2021-11-03 18:52 UTC (10+ messages)
` [PATCH 1/4] gdb, infrun, btrace: fix reverse/replay stepping at end of execution history
` [PATCH 2/4] gdb, infrun, record: fix hang when step-over fails with no-history
` [PATCH 3/4] gdb, infrun, record: move no-history notification into normal_stop
` [PATCH 4/4] gdb, infrun: fix multi-threaded reverse stepping
[PATCH 1/9] sim: or1k: build with -Werror
2021-11-03 14:11 UTC (4+ messages)
[PATCH] [AArch64] Make gdbserver register set selection dynamic
2021-11-03 11:51 UTC (3+ messages)
[PATCH 1/3] sim: hoist gencode & opc2c build rules up to common builds
2021-11-03 3:37 UTC (3+ messages)
` [PATCH 2/3] sim: hoist mn10300 & v850 igen "
` [PATCH 3/3] sim: hoist cgen mloop "
[PATCH 1/2] gdb: add set/show commands for managing debuginfod
2021-11-02 20:35 UTC (11+ messages)
[PATCH][gdb/tdep, rs6000] Don't skip system call in skip_prologue
2021-11-02 18:13 UTC (4+ messages)
[PATCH][gdb/testsuite] Handle SIGILL in two gdb.arch powerpc test-cases
2021-11-02 17:06 UTC (3+ messages)
[PATCH] gdb: split array and string limiting options
2021-11-02 10:04 UTC (2+ messages)
` [PING][PATCH] "
[RFC] gdb: introduce limited array lengths while printing values
2021-11-02 10:03 UTC (2+ messages)
` [PING][RFC] "
[PUSHED] gdb/sim: update my email address
2021-11-02 9:21 UTC
[pushed] [gdb/testsuite] Fix stepi test-cases with unix/-m32/-fPIE/-pie
2021-11-02 8:27 UTC
[PATCH] sim: mn10300: clean up pointer casts
2021-11-02 4:19 UTC (7+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox