rust/src/etc
bors 175f113cba auto merge of #15573 : michaelwoerister/rust/lldb-tests-rebased-09-Jul, r=alexcrichton
This PR adds the LLDB autotests to the debuginfo test suite so I don't have to keep rebasing them locally. They are still disabled by default in `tests.mk`. One of the commits also contains a Python pretty printer which can make LLDB print values with Rust syntax. This was mainly added to deal with output format differences between LLDB versions but you can also use it for your normal LLDB debugging sessions.
```
// The following LLDB commands will load and activate the Rust printers
command script import ./src/etc/lldb_rust_formatters.py
type summary add --no-value --python-function lldb_rust_formatters.print_val -x .* --category Rust
type category enable Rust
```
Expect some rough edges with these, they have not been tested apart from there use in the autotests...
2014-07-16 17:16:20 +00:00
..
emacs emacs: Remove outdated references to ~ in tests 2014-06-17 16:42:42 -07:00
gedit etc: Add box as a keyword to editor configs 2014-05-06 10:49:35 -07:00
kate Bump version to 0.12.0-pre 2014-07-11 11:26:58 -07:00
mingw-fix-include Added more scripts to tidy check 2014-02-17 10:36:47 -06:00
pkg core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
third-party llvm: Disable pthread on mingw 2013-12-18 09:48:58 +09:00
vim auto merge of #15476 : kballard/rust/more_vim_tweaks, r=chris 2014-07-16 15:36:21 +00:00
zsh Some documentation fixes and improvements 2014-07-10 19:51:11 -04:00
2014-06-rewrite-bytes-macros.py Change /bin/env to /usr/bin/env in helper python script, as it is more portable 2014-06-23 09:17:40 +10:00
adb_run_wrapper.sh Added more scripts to tidy check 2014-02-17 10:36:47 -06:00
apple-darwin.supp platform-specific valgrind suppression 2012-02-05 09:07:23 -08:00
check-binaries.py add shebang to scripts that have execute bit set 2014-05-12 19:52:29 -07:00
check-links.pl Added more scripts to tidy check 2014-02-17 10:36:47 -06:00
check-summary.py add shebang to scripts that have execute bit set 2014-05-12 19:52:29 -07:00
cmathconsts.c Added more scripts to tidy check 2014-02-17 10:36:47 -06:00
copy-runtime-deps.py etc: add missing license boilerplates 2014-02-05 19:53:53 +01:00
ctags.rust Improve the ctags function regular expression. 2014-02-27 21:04:04 -08:00
extract_grammar.py add shebang to scripts that have execute bit set 2014-05-12 19:52:29 -07:00
generate-deriving-span-tests.py Update few files after comparison traits renaming 2014-06-22 09:31:39 +02:00
generate-keyword-tests.py Update repo location 2014-06-16 18:16:36 -07:00
get-snapshot.py add shebang to scripts that have execute bit set 2014-05-12 19:52:29 -07:00
indenter add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
install.sh Only run ldconfig on Linux 2014-07-11 21:13:40 -07:00
latest-unix-snaps.py etc: add missing license boilerplates 2014-02-05 19:53:53 +01:00
libc.c Added more scripts to tidy check 2014-02-17 10:36:47 -06:00
licenseck.py relicense shootout-mandelbrot.rs 2014-07-01 10:00:27 +02:00
lldb_batchmode.py debuginfo: Remove atexit()-debugger shutdown from lldb_batchmode.py 2014-07-16 09:27:06 +02:00
lldb_rust_formatters.py debuginfo: Add python formatters that allow LLDB to print values with Rust syntax 2014-07-16 09:27:05 +02:00
local_stage0.sh Added more scripts to tidy check 2014-02-17 10:36:47 -06:00
make-snapshot.py add shebang to scripts that have execute bit set 2014-05-12 19:52:29 -07:00
maketest.py Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
mirror-all-snapshots.py etc: add missing license boilerplates 2014-02-05 19:53:53 +01:00
mklldeps.py llvm: Add an option to statically link libstdc++ 2014-04-17 11:39:51 -07:00
regex-match-tests.py Add a regex crate to the Rust distribution. 2014-04-25 00:27:24 -04:00
snapshot.py Revert non-license changes as part of 0ebe112b 2014-02-10 18:00:40 -08:00
sugarise-doc-comments.py etc: add missing license boilerplates 2014-02-05 19:53:53 +01:00
tidy.py Improve searching for XXX in tidy script (#3303) 2014-04-08 00:03:12 -07:00
unicode.py add Graphemes iterator; tidy unicode exports 2014-07-14 19:53:46 -04:00
x86.supp core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
ziggurat_tables.py std: Move rand to librand. 2014-03-12 11:31:05 +11:00