Conversation
|
remove lld modifications |
There was a problem hiding this comment.
If you find another way of using and implementing OVERLAY command, please remove your change.
There was a problem hiding this comment.
If you find another way of using and implementing OVERLAY command, please remove your change.
There was a problem hiding this comment.
If you find another way of using and implementing OVERLAY command, please remove your change.
| #include "ThreadDpu.h" | ||
|
|
||
| extern "C" { | ||
| #include <dpu_program.h> |
There was a problem hiding this comment.
readjust header includes.
have together the backends includes, (dpu_types.h above)
| return &g_reg_sets_dpu; | ||
| } | ||
|
|
||
| Status FixPc(ProcessDpu *process, uint32_t *pc) { |
| @@ -578,8 +585,10 @@ size_t ProcessDpu::UpdateThreads() { return m_threads.size(); } | |||
|
|
|||
| Status ProcessDpu::SetBreakpoint(lldb::addr_t addr, uint32_t size, | |||
There was a problem hiding this comment.
Does function_group feature works with breakpoint now?
No worries if not and WIP status.
if it's not working yet, maybe return a failure if we try to breakpoint in such section would make sense for now?
same apply to unwinding.
it's a very experimental feature we understand.
No description provided.