Add GDB status report submitted by jhb@FreeBSD.org.
While here, add a line between authors. Reviewed by: wblock@ixsystems.com Sponsored by: iXsystems
This commit is contained in:
parent
f1910e8d16
commit
90842c7978
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49025
1 changed files with 50 additions and 0 deletions
|
@ -256,6 +256,7 @@
|
||||||
</name>
|
</name>
|
||||||
<email>kib@FreeBSD.org</email>
|
<email>kib@FreeBSD.org</email>
|
||||||
</person>
|
</person>
|
||||||
|
|
||||||
<person>
|
<person>
|
||||||
<name>
|
<name>
|
||||||
<given>Ed</given>
|
<given>Ed</given>
|
||||||
|
@ -451,4 +452,53 @@
|
||||||
FreeBSD.</task>
|
FreeBSD.</task>
|
||||||
</help>
|
</help>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
<project cat='bin'>
|
||||||
|
<title>Updates to GDB</title>
|
||||||
|
|
||||||
|
<contact>
|
||||||
|
<person>
|
||||||
|
<name>
|
||||||
|
<given>John</given>
|
||||||
|
<common>Baldwin</common>
|
||||||
|
</name>
|
||||||
|
<email>jhb@FreeBSD.org</email>
|
||||||
|
</person>
|
||||||
|
|
||||||
|
<person>
|
||||||
|
<name>
|
||||||
|
<given>Luca</given>
|
||||||
|
<common>Pizzamiglio</common>
|
||||||
|
</name>
|
||||||
|
<email>luca.pizzamiglio@gmail.com</email>
|
||||||
|
</person>
|
||||||
|
</contact>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<p>The port has been updated to GDB 7.11.1.</p>
|
||||||
|
|
||||||
|
<p>Support for system call catchpoints has been committed
|
||||||
|
upstream. Support for examining ELF auxiliary vector data via
|
||||||
|
<tt>info auxv</tt> has been committed upstream. Both features
|
||||||
|
will be included in GDB 7.12.</p>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
<help>
|
||||||
|
<task>Figure out why the <tt>powerpc kgdb</tt> targets are not
|
||||||
|
able to unwind the stack past the initial frame.</task>
|
||||||
|
|
||||||
|
<task>Add support for more platforms, such as <tt>arm</tt>,
|
||||||
|
<tt>mips</tt>, and <tt>aarch64</tt>, to upstream gdb for both
|
||||||
|
userland and kgdb.</task>
|
||||||
|
|
||||||
|
<task>Add support for debugging <tt>powerpc</tt> vector
|
||||||
|
registers.</task>
|
||||||
|
|
||||||
|
<task>Add support for <tt>$_siginfo</tt>.</task>
|
||||||
|
|
||||||
|
<task>Implement <tt>info proc</tt> commands.</task>
|
||||||
|
|
||||||
|
<task>Implement <tt>info os</tt> commands.</task>
|
||||||
|
</help>
|
||||||
|
</project>
|
||||||
</report>
|
</report>
|
||||||
|
|
Loading…
Reference in a new issue