<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/etc/rust-gdb, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-04-15T02:07:13+00:00</updated>
<entry>
<title>Typo fix in src/etc/rust-gdb</title>
<updated>2023-04-15T02:07:13+00:00</updated>
<author>
<name>Alan Somers</name>
<email>asomers@gmail.com</email>
</author>
<published>2023-04-15T02:07:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c6b1f3144911854cb5c14d51303af882372ae488'/>
<id>urn:sha1:c6b1f3144911854cb5c14d51303af882372ae488</id>
<content type='text'>
Co-authored-by: SNCPlay42 &lt;SNCPlay42@gmail.com&gt;</content>
</entry>
<entry>
<title>Fix rust-gdb and rust-gdbgui on FreeBSD</title>
<updated>2023-04-15T00:06:26+00:00</updated>
<author>
<name>Alan Somers</name>
<email>asomers@gmail.com</email>
</author>
<published>2023-04-14T20:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2f45d197f3d6706e4bfd550a9e04ca1383d79a9b'/>
<id>urn:sha1:2f45d197f3d6706e4bfd550a9e04ca1383d79a9b</id>
<content type='text'>
"\w" is a GNU-specific extension to sed.  Avoid it.

Fixes #110334
Signed-off-by: Alan Somers &lt;asomers@gmail.com&gt;
</content>
</entry>
<entry>
<title>Set up standard library path substitution in rust-gdb and gdbgui</title>
<updated>2023-03-23T11:01:01+00:00</updated>
<author>
<name>Laurențiu Nicola</name>
<email>lnicola@dend.ro</email>
</author>
<published>2023-03-23T11:01:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8dd0ec6de7c8473e5730972c4e6206d5fb47b4e6'/>
<id>urn:sha1:8dd0ec6de7c8473e5730972c4e6206d5fb47b4e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prefer sysroot from rustc in same directory as rust-gdb</title>
<updated>2020-04-02T18:52:35+00:00</updated>
<author>
<name>Jeremy Fitzhardinge</name>
<email>jsgf@fb.com</email>
</author>
<published>2020-04-02T18:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7a824c8598db706d66c9c821adf8184370affc6e'/>
<id>urn:sha1:7a824c8598db706d66c9c821adf8184370affc6e</id>
<content type='text'>
If there isn't a rustc in the same directory, then fall back to searching
the path.
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Exec gdb and lldb in rust-* wrappers</title>
<updated>2018-08-18T22:00:00+00:00</updated>
<author>
<name>ftilde</name>
<email>ftilde@protonmail.com</email>
</author>
<published>2018-08-18T21:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d6426e8a25baa3011b9db14aca660b39b9867578'/>
<id>urn:sha1:d6426e8a25baa3011b9db14aca660b39b9867578</id>
<content type='text'>
This way the process we get by calling rust-{gdb,lldb} is an actual
{gdb,lldb} instance and not (perhaps surprisingly) a script waiting for
the debugger process to finish. Thus, sending a SIGINT to the spawned
process stops execution of the child, for example.
</content>
</entry>
<entry>
<title>rust-gdb: work around the re-used -d argument in cgdb</title>
<updated>2018-05-22T00:58:19+00:00</updated>
<author>
<name>Benjamin Lamowski</name>
<email>benjamin@lamowski.net</email>
</author>
<published>2018-05-22T00:58:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f6df1740b6fda41fb0b2dc0634fc4932355e7aa2'/>
<id>urn:sha1:f6df1740b6fda41fb0b2dc0634fc4932355e7aa2</id>
<content type='text'>
Use --directory= instead of -d, because cgdb reuses the short option.
</content>
</entry>
<entry>
<title>Rename environment variable `GDB_CMD` to `RUST_GDB` to prevent ambiguity</title>
<updated>2017-04-20T15:20:33+00:00</updated>
<author>
<name>Nicolas Bigaouette</name>
<email>nbigaouette@gmail.com</email>
</author>
<published>2017-04-20T15:20:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=61b7ebe7d3fbe19c7aaf7b8fa5b9661eccca6061'/>
<id>urn:sha1:61b7ebe7d3fbe19c7aaf7b8fa5b9661eccca6061</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use an (over-writable) environment variable for the `gdb` command</title>
<updated>2017-04-18T18:00:08+00:00</updated>
<author>
<name>Nicolas Bigaouette</name>
<email>nbigaouette@gmail.com</email>
</author>
<published>2017-04-18T18:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=82ed7830ad5d8d30751ec608ef07c8d42792c878'/>
<id>urn:sha1:82ed7830ad5d8d30751ec608ef07c8d42792c878</id>
<content type='text'>
Instead of hard-coding the command to run, using the environment
variable `GDB_CMD` (that defaults to `gdb`) allows using a different
debugger than the default `gdb` executable.

This gives the possibility to use `cgdb` as the debugger, which provides
a nicer user interface. Note that one has to use `GDB_CMD="cgdb --"` to
use cgdb (note the trailing `--`) to let cgdb pass the proper arguments
to `gdb`.
</content>
</entry>
<entry>
<title>debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.</title>
<updated>2014-12-30T16:26:13+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2014-12-03T22:48:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91a0e18866d143c045e9e29377a6e918011c0b63'/>
<id>urn:sha1:91a0e18866d143c045e9e29377a6e918011c0b63</id>
<content type='text'>
</content>
</entry>
</feed>
