| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
working (on hello world at least):
~/inst/gdb/bin/gdb --args ./foo
(gdb) b write
...
(gdb) r
...
Breakpoint 1, 0xf7f04270 in write () from /lib32/libc.so.6
(gdb) bt
0 0xf7f04270 in write () from /lib32/libc.so.6
1 0x0804931a in rust_native_cdecl_3 ()
2 0x080487d7 in _rust_wrapper3_ ()
3 0x0804890a in _rust_fn5_main ()
4 0x08049440 in rust_native_cdecl_7 ()
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
anyways.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
can build libstd now, though it leaks.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
before).
|
| |\ |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
NOTE: all 'long' parameters now use a double dash, so --shared, rather
than gcc-style -shared.
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
of var, local, param and bound_params in types.
|
| |
|
|
| |
and test cases
|
| |
|
|
| |
simultaneously; document command line switches
|
| |
|
|
| |
store; prep for removing type annotations
|
| |
|
|
| |
ty_var matters.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
structures
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Thanks to brson for noticing it.
|
| | |
|