- Remove the spurious argument to CommandObjectScript
- Use make_shared instead of bare new.
- Hide code duplication behind a macro.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D84336
[lldb] Cleanup CommandObject registration (NFC) ClosedPublic Authored by JDevlieghere on Jul 22 2020, 9:33 AM.
Details Summary
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 22 2020, 9:46 AM Closed by commit rG2419ded61d97: [lldb] Cleanup CommandObject registration (NFC) (authored by JDevlieghere). · Explain WhyJul 22 2020, 9:52 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 279860 lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Interpreter/CommandObjectScript.h
lldb/source/Interpreter/CommandObjectScript.cpp
|