Bug 6628 - drop space in elf back trace, vis "foo ()" -> "foo()"
Summary: drop space in elf back trace, vis "foo ()" -> "foo()"
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 6622
  Show dependency treegraph
 
Reported: 2008-06-11 17:19 UTC by Andrew Cagney
Modified: 2008-06-11 18:40 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2008-06-11 17:19:24 UTC
So it is consistent with other backtraces.
Comment 1 Andrew Cagney 2008-06-11 18:39:42 UTC
Mine
Comment 2 Andrew Cagney 2008-06-11 18:40:11 UTC
commit c712fc53a1e5ada9061d4f71990fccd70f4245d7
Author: Andrew Cagney <cagney@toil.yyz.redhat.com>
Date:   Wed Jun 11 14:22:54 2008 -0400

    Contract foo () to foo() in elf backtrace.
    
    frysk-core/frysk/hpd/ChangeLog
    2008-06-11  Andrew Cagney  <cagney@redhat.com>
    
        * TestBreakpoints.java: Update to match backtrace output.
    
    frysk-core/frysk/proc/dead/ChangeLog
    2008-06-11  Andrew Cagney  <cagney@redhat.com>
    
        * TestLinuxCore.java: Update to match stack trace output.
    
    frysk-core/frysk/stack/ChangeLog
    2008-06-11  Andrew Cagney  <cagney@redhat.com>
    
        * Frame.java: Drop space in "function ()".
    
    frysk-core/frysk/util/ChangeLog
    2008-06-11  Andrew Cagney  <cagney@redhat.com>
    
        * TestStackTraceAction.java: Update to match stack backtrace.