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: [email protected]
          Reporter: [email protected]
    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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to