Summary: Now this command uses SB API instead of HandleCommand. Reviewers: aprantl, clayborg Reviewed By: aprantl, clayborg Subscribers: ki.stfu, eraman, lldb-commits Differential Revision: https://reviews.llvm.org/D48802 llvm-svn: 336206
7 lines
84 B
C
7 lines
84 B
C
#include "symbol-list-lines.h"
|
|
|
|
int main(void) {
|
|
int x = GetZero();
|
|
return 0;
|
|
}
|