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_rust_pretty_printing.py
Age
Commit message (
Expand
)
Author
Lines
2020-06-09
Implement new gdb/lldb pretty-printers
ortem
-466
/
+0
2020-03-26
Test and fix gdb pretty printing again
Stein Somers
-2
/
+2
2020-03-21
Test pretty printing more and fix overzealous type substitution
Stein Somers
-1
/
+1
2020-03-20
Fix debugger pretty printing of BTrees
Mark Rousskov
-13
/
+21
2020-02-08
PEP8 format spacing
Chris Simpkins
-20
/
+23
2019-11-20
made gdb pretty-printing script more robust when printing uninitialized vec.
Felix S. Klock II
-1
/
+11
2019-01-28
fix gdb debug printing
Ralf Jung
-5
/
+6
2019-01-15
[rust-gdb] relax the GDB version regex
Josh Stone
-1
/
+1
2018-12-26
Remove the private generic NonZero<T> wrapper type.
Simon Sapin
-3
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-12
Disable btree pretty-printers on older gdbs
Tom Tromey
-2
/
+13
2018-11-25
Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichton
Pietro Albini
-29
/
+41
2018-11-24
Rollup merge of #55767 - tromey:disable-some-pretty-printers, r=alexcrichton
kennytm
-18
/
+25
2018-11-21
Fix BTreeSet and BTreeMap gdb pretty-printers
Tom Tromey
-29
/
+41
2018-11-19
Disable some pretty-printers when gdb is rust-enabled
Tom Tromey
-18
/
+25
2018-11-14
Fix VecDeque pretty-printer
Tom Tromey
-3
/
+11
2018-10-28
Remove unused re import in gdb_rust_pretty_printing
Konrad Borowski
-1
/
+0
2018-10-09
fix tidy
Jorge Aparicio
-3
/
+5
2018-10-09
gdb_rust_pretty_printing: adapt to the changes in the layout of btree::LeafNode
Jorge Aparicio
-4
/
+10
2018-09-29
Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"
Ralf Jung
-12
/
+4
2018-09-22
fix tidy
Jorge Aparicio
-3
/
+5
2018-09-22
gdb_rust_pretty_printing: adapt to the changes in the layout of btree::LeafNode
Jorge Aparicio
-4
/
+10
2018-08-15
pretty printing for btreemap
Unknown
-0
/
+30
2018-08-13
fix behavior
Unknown
-3
/
+2
2018-08-13
bug fix
Unknown
-1
/
+1
2018-08-06
pretty print BTreeSet
fukatani
-0
/
+27
2018-07-29
fix coding style
Unknown
-2
/
+4
2018-07-29
pretty print for std::collections::vecdeque
Unknown
-0
/
+23
2017-10-06
Implement display_hint in gdb pretty printers
Tom Tromey
-4
/
+11
2017-06-09
Add compat_str() which works with unicode in both Python 2 and 3
gentoo90
-1
/
+1
2017-06-02
Add separate GDB pretty-printer for empty structs
gentoo90
-2
/
+12
2017-06-02
Add GDB pretty-printer for OsString
gentoo90
-0
/
+18
2017-05-30
Fix 'invalid literal for int()' exception with unicode in pretty-printers
gentoo90
-1
/
+1
2017-05-30
Fix 'invalid literal for int()' exception in pretty-printers
gentoo90
-1
/
+2
2017-05-28
Fix GDB pretty-printer for tuples
gentoo90
-2
/
+2
2016-09-17
modern style classes
Eitan Adler
-7
/
+7
2016-09-17
make functions static where possible
Eitan Adler
-2
/
+4
2016-08-31
Auto merge of #35585 - Kha:gdb-qualified, r=michaelwoerister
bors
-1
/
+1
2016-08-17
Make version check in gdb_rust_pretty_printing.py more compatible.
Michael Woerister
-1
/
+1
2016-08-10
gdb: Fix pretty-printing special-cased Rust types
Sebastian Ullrich
-1
/
+1
2016-07-06
etc: Comment why we're binding xrange
Alex Crichton
-0
/
+3
2016-07-05
Use lazy range in gdb pretty printers
Loïc Damien
-2
/
+6
2016-07-04
Use lazy iterator in vec/slice gdb pretty printers
Loïc Damien
-7
/
+2
2016-05-12
Generic encoded enums no longer crash on reference/pointer types
Steven Burns
-0
/
+2
2015-05-30
debuginfo: Create common debugger pretty printer module.
Michael Woerister
-230
/
+169
2015-04-12
Add a name for tuple fields in debuginfo so that they can be accessed in debu...
Michael Woerister
-3
/
+9
2015-03-15
Strip all leading/trailing newlines
Tamir Duberstein
-1
/
+1
2015-03-12
debuginfo: Add GDB pretty printers for slices, Vec<>, and String.
Michael Woerister
-1
/
+88
2015-01-27
Fix PEP8 in gdb pretty printer
Richo Healey
-176
/
+188
2015-01-04
Pylinted and slightly better commented
Kelvin Ly
-3
/
+7
[next]