mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 19:07:53 +08:00
Add calls to the SB API to access the multi-language formatter category feature
llvm-svn: 251376
This commit is contained in:
@@ -35,6 +35,15 @@ namespace lldb {
|
||||
const char*
|
||||
GetName();
|
||||
|
||||
lldb::LanguageType
|
||||
GetLanguageAtIndex (uint32_t idx);
|
||||
|
||||
uint32_t
|
||||
GetNumLanguages ();
|
||||
|
||||
void
|
||||
AddLanguage (lldb::LanguageType language);
|
||||
|
||||
bool
|
||||
GetDescription (lldb::SBStream &description,
|
||||
lldb::DescriptionLevel description_level);
|
||||
|
||||
Reference in New Issue
Block a user