Summary: | [patch] devel/gdb: add missing thread names | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | nkoch | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
nkoch
2012-10-10 13:00:01 UTC
Maintainer of devel/gdb, Please note that PR ports/172572 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/172572 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Hi all! thread's names will be added in the next patch I'll submit, merging other modifications I've received another approach to manage thread's names, parsing the kinfo_proc structure. There're some advantages using the ptrace approach? Thanks for the support Best regards Luca Am 16.10.2012 17:17, schrieb Luca Pizzamiglio: > Hi all! > > thread's names will be added in the next patch I'll submit, merging > other modifications > I've received another approach to manage thread's names, parsing the > kinfo_proc structure. > > There're some advantages using the ptrace approach? > > Thanks for the support > > Best regards > Luca Hi, it was a quick&dirty hack to see threads' names. I just diff'ed system gdb sources and port gdb sources. I will appreciate any patch that improves my debug experience;-) Best regards, Norbert Koch In a week or less I should commit a cumulative patch that includes several small improves and thread names support. Thanks for the clarification and the support Best regards, Luca On Tue, Oct 16, 2012 at 5:31 PM, Norbert Koch <nkoch@demig.de> wrote: > Am 16.10.2012 17:17, schrieb Luca Pizzamiglio: >> Hi all! >> >> thread's names will be added in the next patch I'll submit, merging >> other modifications >> I've received another approach to manage thread's names, parsing the >> kinfo_proc structure. >> >> There're some advantages using the ptrace approach? >> >> Thanks for the support >> >> Best regards >> Luca > > Hi, > it was a quick&dirty hack to see threads' names. > I just diff'ed system gdb sources and port gdb sources. > > I will appreciate any patch that improves my > debug experience;-) > > Best regards, > Norbert Koch Thread names and some other improvements are added on this PR ports/172828 that also close this current one. Best regards State Changed From-To: feedback->closed Closing since this is part of ports/172828. |