cisco-open / llvm-crash-analyzer

llvm crash analysis
Apache License 2.0
40 stars 17 forks source link

Added the code to send the registers to the client. #52

Closed gsidhard closed 1 year ago

gsidhard commented 1 year ago

Added code to read the registers from the core and to send it to the client. Reading registers is successful, but we still cant run any commands in the client because there is an exception during XML parsing, because we are sending across and invalid architecture ("x86_64", whereas the client expects "i386").

Type of Change

Checklist