Displaying 4 results from an estimated 4 matches for "unwindassembly".
2015 Feb 24
3
[LLVMdev] Reusing LLVM Mips instruction info in lldb
Hello everyone,
in http://reviews.llvm.org/D7696 bhushan added a mips64 UnwindAssembly
plugin (a plugin that looks at assembly code to find out how to unwind the
stack frame). Since I was about to write such a plugin (though for mips32)
myself, I used it as a starting point for a slightly different
implementation [1], replacing hard coded instruction encodings by calls to
the LLVM di...
2015 Feb 24
5
[LLVMdev] [lldb-dev] Reusing LLVM Mips instruction info in lldb
..., Feb 24, 2015 at 1:09 PM, Eric Christopher <echristo at gmail.com>
wrote:
>
>
> On Tue Feb 24 2015 at 1:03:43 PM Keno Fischer <
> kfischer at college.harvard.edu> wrote:
>
>> Hello everyone,
>>
>> in http://reviews.llvm.org/D7696 bhushan added a mips64 UnwindAssembly
>> plugin (a plugin that looks at assembly code to find out how to unwind the
>> stack frame). Since I was about to write such a plugin (though for mips32)
>> myself, I used it as a starting point for a slightly different
>> implementation [1], replacing hard coded instructi...
2015 Feb 24
0
[LLVMdev] [lldb-dev] Reusing LLVM Mips instruction info in lldb
...er <echristo at gmail.com>
> wrote:
>
>>
>>
>> On Tue Feb 24 2015 at 1:03:43 PM Keno Fischer <
>> kfischer at college.harvard.edu> wrote:
>>
>>> Hello everyone,
>>>
>>> in http://reviews.llvm.org/D7696 bhushan added a mips64 UnwindAssembly
>>> plugin (a plugin that looks at assembly code to find out how to unwind the
>>> stack frame). Since I was about to write such a plugin (though for mips32)
>>> myself, I used it as a starting point for a slightly different
>>> implementation [1], replacing hard...
2015 Feb 26
1
[LLVMdev] [lldb-dev] Reusing LLVM Mips instruction info in lldb
...:
>>>
>>>
>>>
>>> On Tue Feb 24 2015 at 1:03:43 PM Keno Fischer
>>> <kfischer at college.harvard.edu> wrote:
>>>>
>>>> Hello everyone,
>>>>
>>>> in http://reviews.llvm.org/D7696 bhushan added a mips64 UnwindAssembly
>>>> plugin (a plugin that looks at assembly code to find out how to unwind the
>>>> stack frame). Since I was about to write such a plugin (though for mips32)
>>>> myself, I used it as a starting point for a slightly different
>>>> implementation [1]...