[lldb-dev] [Bug 17197] New: Provide streamlined version of ${function.name} for frame-format

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Sep 11 11:11:11 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17197

            Bug ID: 17197
           Summary: Provide streamlined version of ${function.name} for
                    frame-format
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: 641 at rudkx.com
    Classification: Unclassified

Currently ${function.name} provides a very verbose format, e.g.:
  foo::bar::baz(W::X, Y::Z)

This can often evaluate to 2-3 lines of text in 80 columns, and can be very
difficult for a human to parse.

It would be very helpful to have some other values that are more streamlined,
e.g.
  ${function.basename} = baz
  ${function.name-no-arg-types} = foo::bar::baz
  ${function.arg-types} = W::X, Y::Z

The last two, along with "(" and ")", could be used to generate what
function.name currently generates.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130911/33a7f7cc/attachment.html>


More information about the lldb-dev mailing list