lldb-tools / lldb-mi

LLDB's machine interface driver
https://lldb.llvm.org
Other
162 stars 53 forks source link

Remove the traversal of the SBValue's children values #118

Open sunshaoce opened 1 month ago

sunshaoce commented 1 month ago

This change comes from the clayborg 's comment in https://github.com/lldb-tools/lldb-mi/pull/115#discussion_r1706360623 and should help solve the memory leak issues mentioned in https://github.com/lldb-tools/lldb-mi/pull/115.


Co-authored-by: Greg Clayton clayborg@gmail.com

sunshaoce commented 1 month ago

cc @clayblog