Florian Kübler

Results 10 issues of Florian Kübler

In our LLVM-based pdb file implementation, we compute the address of a function using the "Offset", the load bias (image base on Windows) and the executable section offset. We use...

Please ignore and apologize the noise...

On Windows you can right-click on a probe of a dynamically instrumented function and get the callstack of that call. This should be also possible in the Linux and remote...

triaged
feature request

Sometimes it is not possible to hook a function (in most cases, because of not running Orbit as root). In these cases it would be nice, if there is a...

This adds the data member in DataManager and send the content to get capture start. It is still missing the exposure in the capture options. Test: Full e2e prototype Bug:...

There is a check testing for main thread execution, which fails. This is currently blocking the windows ci setup. We will temporarily disable the test and investigate afterwards.

bug

The following tests will fail: ``` ElfFile.GetDeclarationLocationOfFunctionLibc ElfFile.GetLocationOfFunctionLibc ElfFile.GetLocationOfFunctionNoSubroutine ```

bug