This is a start on bringing lldb-mi more in line with the typical
LLDB coding style. This just removes the usage of the typedefs and
doesn't yet clean up any logic or other issues. (This is to keep
the review simple.)
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The MI tests pass on Mac OS X with this:
RESULT: PASSED (85 passes, 0 failures, 0 errors, 1 skipped, 3 expected failures, 0 unexpected successes)
No new compilation warnings.