This patch parses CrashLog exception data from the raw
text format and adapts it to the new JSON format.
This is necessary for feature parity between the 2 formats.
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Paths 
  |  Differential  D131719  
[lldb/crashlog] Adapt raw text crashlog exception to json format ClosedPublic Authored by mib on Aug 11 2022, 1:47 PM. 
Details Summary This patch parses CrashLog exception data from the raw This is necessary for feature parity between the 2 formats. Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com> 
Diff Detail 
 Event Timelinemib added a parent revision: D131305: [lldb] Tidy some regex in crashlog.py (NFC).Aug 11 2022, 1:48 PM mib added a child revision: D131086: [lldb/crashlog] Improve exception reporting for interactive mode. 
 
 
 
 mib marked 2 inline comments as done. Comment Actions
 Comment Actions one typo to fix, but otherwise looks good 
 This revision is now accepted and ready to land.Aug 11 2022, 4:35 PM This revision was landed with ongoing or failed builds.Aug 11 2022, 10:29 PM Closed by commit rG300e393092e3: [lldb/crashlog] Adapt raw text crashlog exception to json format (authored by mib).  ·  Explain Why This revision was automatically updated to reflect the committed changes. 
Revision Contents 
Diff 452081 lldb/examples/python/crashlog.py
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
should this be initialized to {}?