mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
[lldb] Remove LLDB_RECORD_CHAR_PTR_* macros
This commit is contained in:
@@ -630,9 +630,8 @@ SBSourceManager SBDebugger::GetSourceManager() {
|
||||
}
|
||||
|
||||
bool SBDebugger::GetDefaultArchitecture(char *arch_name, size_t arch_name_len) {
|
||||
LLDB_RECORD_CHAR_PTR_STATIC_METHOD(bool, SBDebugger, GetDefaultArchitecture,
|
||||
(char *, size_t), arch_name, "",
|
||||
arch_name_len);
|
||||
LLDB_RECORD_STATIC_METHOD(bool, SBDebugger, GetDefaultArchitecture,
|
||||
(char *, size_t), arch_name, "", arch_name_len);
|
||||
|
||||
if (arch_name && arch_name_len) {
|
||||
ArchSpec default_arch = Target::GetDefaultArchitecture();
|
||||
|
||||
Reference in New Issue
Block a user