xusheng

Results 475 comments of xusheng

We already link to the debugger controller docs when we first used the word "DebuggerController". There is no docs for debug adapters (for now) since they are not directly exposed...

iirc LLDB gives exactly that failure info -- I will see if there is any way to provide better context

we should also offer a setting to disable the symbol downloads

After a discussion with the team, we believe the current behavior of breaking at the disassembly instruction that has the same address as the IL instruction is a reasonable behavior....

This is because the dyld cache thing reorganized the sections from each dynamic libraries into one larger section, which screws up the calculation of the module size. This only affects...

I would not worry about it too much, because people would not really need the size of these dyld related libs. For the main executable and other loaded dylibs, the...

This might be caused by https://github.com/Vector35/binaryninja-api/issues/6144, but I am not sure. @CalebFenton did you search in HLIL or disassembly, or other ILs?

@copilot 1. For DebuggerController, also include if it is doing local or remote debugging. For remote debugging, print the remote host:ip 2. For DebuggerController, also include the name of the...

@copilot This now prints ``` >>> dbg.regs ``` Print all of them instead of omitting them with ...