| Age | Commit message (Collapse) | Author |
|
|
|
This will enable us to have progress bars and cancellation of debuginfo application
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Impl definitely not controversial and in no way will get me flamed for taking on a dependency
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
documentation)
|
|
|
|
|
|
|
|
`InstructionTextTokenContents`; Fix some functions in types.rs not following the `T:
Into<Conf<...>>` convention
|
|
debug info API"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
panics when called on certain types in newer versions of Rust
|
|
initialization, and parsing
|
|
|
|
|
|
Closes #2427, #2585, #1658, #1632, probably others
|
|
Co-authored-by: EliseZeroTwo <mail@elise.moe>
|
|
disassembly::InstructionTextToken; update examples
|
|
This should include everything required to retrieve linear disassembly
for a function.
* add `highest_address` method to `Function`
* add `DisassemblySettings`
* add text getter for `InstructionTextToken`
* add `LinearViewObject`, `LinearViewCursor`
* add decompilation example
|
|
To make use of shard functionality, we split the CoreOwnedArrayProvider
into CoreArrayProvider and CoreOwnedArrayProvider. Array makes use of
the CoreOwnedArrayProvider, which depends on CoreArrayProvider, while
the new ArrayGuard only requires CoreArrayProvider and represents
a non-owned array.
|
|
more "match match {} {}")
|
|
|
|
|