mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 13:49:30 +02:00
FpDebug: More use of name hashes
git-svn-id: trunk@63816 -
This commit is contained in:
parent
f34d943098
commit
b63067892d
components/fpdebug
@ -1448,6 +1448,7 @@ begin
|
||||
Continue;
|
||||
end;
|
||||
|
||||
if InfoEntry.InfoScope.Current^.NameHash = NameInfo.NameHash then
|
||||
if InfoEntry.ReadName(InfoName) and not InfoEntry.IsArtificial
|
||||
then begin
|
||||
if (CompareUtf8BothCase(PChar(NameInfo.NameUpper), PChar(NameInfo.NameLower), InfoName)) then begin
|
||||
|
@ -344,6 +344,7 @@ type
|
||||
function Clone: TDwarfInformationEntry;
|
||||
|
||||
property AbbrevTag: Cardinal read GetAbbrevTag;
|
||||
property InfoScope: TDwarfScopeInfo read FScope;
|
||||
|
||||
function ReadValue(const AnAttribData: TDwarfAttribData; out AValue: Integer): Boolean; inline;
|
||||
function ReadValue(const AnAttribData: TDwarfAttribData; out AValue: Int64): Boolean; inline;
|
||||
|
Loading…
Reference in New Issue
Block a user