index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
etc
/
gdb_providers.py
Age
Commit message (
Expand
)
Author
Lines
2025-01-21
change lookup from `OsString.inner.inner.0` -> `OsString.inner.inner.bytes`
Walnut
-1
/
+1
2024-12-04
Reformat Python code with `ruff`
Jakub Beránek
-9
/
+26
2024-08-09
Polymorphize RawVec
Ben Kimock
-5
/
+12
2024-03-14
Fix `StdNonZeroNumberProvider` for `gdb`.
Markus Reiter
-1
/
+8
2023-12-11
update debug providers to match new RawVec capacity field
The 8472
-1
/
+5
2023-10-20
Use gdb.ValuePrinter tag class
Tom Tromey
-149
/
+158
2022-11-20
Update VecDeque implementation
Markus Everling
-6
/
+2
2022-08-24
Add GDB/LLDB pretty-printers for NonZero types
Artem Mukhin
-0
/
+11
2022-04-14
Fix debugger tests
Eduardo Sánchez Muñoz
-1
/
+3
2021-07-03
Support pretty printing slices using GDB
EFanZh
-16
/
+39
2021-03-16
feat: Update hashbrown to instantiate less llvm IR
Markus Westerlind
-5
/
+6
2020-12-02
Auto merge of #79235 - ortem:fix-btreemap-gdb-pretty-printer, r=Mark-Simulacrum
bors
-4
/
+5
2020-11-28
Rollup merge of #79234 - ortem:fix-hashmap-pretty-printers, r=Mark-Simulacrum
Jonas Schievink
-1
/
+1
2020-11-23
BTreeMap: cut out the ceremony around BoxedNode
Stein Somers
-6
/
+6
2020-11-23
Fix zero-sized BTreeMap gdb pretty-printer
ortem
-4
/
+5
2020-11-20
Resolve typedefs in HashMap gdb/lldb pretty-printers
ortem
-1
/
+1
2020-11-18
BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique
Stein Somers
-33
/
+34
2020-10-14
BTreeMap: improve gdb introspection of BTreeMap with ZST keys or values
Stein Somers
-11
/
+9
2020-10-10
BTreeMap: fix gdb introspection of BTreeMap with ZST keys or values
Stein Somers
-31
/
+32
2020-09-08
Implement HashSet in terms of hashbrown::HashSet
Matt Brubeck
-1
/
+13
2020-08-07
Handle new HashMap layout in GDB and LLDB
Amanieu d'Antras
-2
/
+9
2020-06-09
Implement new gdb/lldb pretty-printers
ortem
-0
/
+385