This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tui/17849] New: Showing local variables in gdb tui window


https://sourceware.org/bugzilla/show_bug.cgi?id=17849

            Bug ID: 17849
           Summary: Showing local variables in gdb tui window
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: tui
          Assignee: unassigned at sourceware dot org
          Reporter: hlin117 at gmail dot com

Created attachment 8068
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8068&action=edit
An image of lldb's gui, while a program is running.

In gdb, a user could input `info locals` to show the current local variables,
but it would be convenient if in tui mode, we could see the local variables in
a separate window. 

Furthermore, it would be convenient if a user could see the attributes of an
object, if an object is a local variable.

lldb somewhat already implements this feature, when you run lldb's gui. lldb's
gui is not officially documented, nor is it the main focus of lldb's
production. However, some of the functionality is there, and it would be nice
if gdb implemented this functionality as well.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]