Skip to content
Snippets Groups Projects
Commit fa864a9b authored by Brett Wilson's avatar Brett Wilson
Browse files

[debugger] Printing improvements

Fix an assertion failure when printing stack frames but no stack frames
are available. The code now prints out "no stack frames".

Cleans up printing of location information when a thead stops.

Adds function names to locations (appears in thread stops, frames, etc.).

Separates out the arrow character I use for marking the current code
line and use it for the other places we show the current row. This is
not a constant so we can provide a dynamically selected non-Unicode one
in the future if necessary.

Change-Id: I8d1f5e1dd77d043871db11381f7fe42454d88d6e
parent 9ea57688
No related branches found
No related tags found
Loading
Showing
with 108 additions and 49 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment