Add gdb entry from jhb
This commit is contained in:
parent
d4ec18012f
commit
621845fcca
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49817
1 changed files with 53 additions and 0 deletions
|
|
@ -388,4 +388,57 @@
|
|||
Microsoft
|
||||
</sponsor>
|
||||
</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.12.</p>
|
||||
|
||||
<p>7.12 includes additional fixes related to tracing
|
||||
<tt>vfork()</tt>s. Some of these fixes depend on changes to
|
||||
<tt>ptrace()</tt> in the kernel to report a new ptrace stop when
|
||||
the parent of a <tt>vfork()</tt> resumes.</p>
|
||||
|
||||
<p>Support for &os;/mips userland binaries has been committed
|
||||
upstream. These patches, along with support for debugging
|
||||
&os;/mips kernels, should be added to the port soon.</p>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>Figure out why the powerpc <tt>kgdb</tt> targets are not
|
||||
able to unwind the stack past the initial frame.</task>
|
||||
|
||||
<task>Add support for more platforms (arm, aarch64) to upstream
|
||||
<tt>gdb</tt> for both userland and <tt>kgdb</tt>.</task>
|
||||
|
||||
<task>Add support for debugging powerpc vector registers.</task>
|
||||
|
||||
<task>Add support for <tt>$_siginfo</tt>.</task>
|
||||
|
||||
<task>Implement 'info proc' commands.</task>
|
||||
|
||||
<task>Implement 'info os' commands.</task>
|
||||
|
||||
<task>Debug <tt>gdb</tt> hangs related to the 'kill' command.</task>
|
||||
</help>
|
||||
</project>
|
||||
</report>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue