Open
Bug 1459989
Opened 7 years ago
Updated 3 years ago
Update Gecko.natvis definitions to match current Gecko types
Categories
(Firefox Build System :: Toolchains, defect)
Firefox Build System
Toolchains
Tracking
(Not tracked)
NEW
People
(Reporter: ted, Unassigned)
References
Details
In a review comment froydnj mentions that it should have definitions for:
* mozilla::Vector
* PLDHashTable
* nsRefPtr should be mozilla::RefPtr
* nsAutoCString / nsAutoString
bug 1408502 is adding the Gecko.natvis file and hooking it up to the build, so this is not a build system bug.
Reporter | ||
Comment 1•7 years ago
|
||
Microsoft's documentation of the natvis format:
https://docs.microsoft.com/en-us/visualstudio/debugger/create-custom-views-of-native-objects
Updated•7 years ago
|
Product: Core → Firefox Build System
Reporter | ||
Comment 2•7 years ago
|
||
I don't want to argue about this, but this really isn't a build system bug. :)
Product: Firefox Build System → Core
Comment 3•7 years ago
|
||
(In reply to Ted Mielczarek [:ted.mielczarek] from comment #2)
> I don't want to argue about this, but this really isn't a build system bug.
> :)
Where else would it belong then?
Reporter | ||
Comment 4•7 years ago
|
||
We made a new component for general C++/Rust issues, so I'm gonna stick it there for lack of a better option!
Component: General → Toolchains
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•