mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Show image name next to symbol name.
This commit is contained in:
parent
1da51918b6
commit
d614dbeda3
@ -961,6 +961,8 @@ void SourceView::RenderSymbolView( const Worker& worker, View& view )
|
||||
{
|
||||
TextFocused( ICON_FA_PUZZLE_PIECE " Symbol:", worker.GetString( sym->name ) );
|
||||
}
|
||||
ImGui::SameLine();
|
||||
TextDisabledUnformatted( worker.GetString( sym->imageName ) );
|
||||
|
||||
auto inlineList = worker.GetInlineSymbolList( m_baseAddr, m_codeLen );
|
||||
if( inlineList )
|
||||
|
Loading…
Reference in New Issue
Block a user