<div dir="ltr">Hi,<div><br></div><div>We are building an IDE debugger on top of lldb python API. In order to get the source remapping work(the source path embedded in the symbol may be different from the real source path), user needs to use "<span style="color:rgb(20,24,35);font-family:helvetica,arial,sans-serif;font-size:14px;line-height:18.2px;white-space:pre-wrap">settings set target.source-map</span>" command to remap the source. </div><div><br></div><div>I would like users to do similar thing from our IDE debugger. However, I could not find a python API to specify the source remapping, and more important a way to access the remapping functionality. The SBSourceManager class only exposes a single <span style="color:rgb(0,0,0)">DisplaySourceLinesWithLineNumbers() method which displays the source in console output. Ideally it should expose an API in SBSourceManager for us to provide the old FileSpec and get back a new remapped FileSpec.</span></div><div><span style="color:rgb(0,0,0)"><br></span></div><div><font color="#000000">Is this not exposed in Python API? Do I need to re-do the remapping logic in our IDE UI code? How is other IDE handling the source remapping?</font></div><div><font color="#000000"><br></font></div><div><font color="#000000">Thanks</font></div><div><font color="#000000">Jeffrey</font></div><div><br></div></div>