diff options
author | Ed Maste <emaste@FreeBSD.org> | 2015-02-06 21:38:51 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2015-02-06 21:38:51 +0000 |
commit | 205afe679855a4ce8149cdaa94d3f0868ce796dc (patch) | |
tree | 09bc83f73246ee3c7a779605cd0122093d2a8a19 /tools/lldb-mi/MICmnMIOutOfBandRecord.cpp | |
parent | 0cac4ca3916ac24ab6139d03cbfd18db9e715bfe (diff) | |
download | src-205afe679855a4ce8149cdaa94d3f0868ce796dc.tar.gz src-205afe679855a4ce8149cdaa94d3f0868ce796dc.zip |
Import LLDB as of upstream SVN r225923 (git 2b588ecd)vendor/lldb/lldb-r225923
This corresponds with the branchpoint for the 3.6 release.
A number of files not required for the FreeBSD build have been removed.
Sponsored by: DARPA, AFRL
Notes
Notes:
svn path=/vendor/lldb/dist/; revision=278332
svn path=/vendor/lldb/lldb-r225923/; revision=278333; tag=vendor/lldb/lldb-r225923
Diffstat (limited to 'tools/lldb-mi/MICmnMIOutOfBandRecord.cpp')
-rw-r--r-- | tools/lldb-mi/MICmnMIOutOfBandRecord.cpp | 210 |
1 files changed, 104 insertions, 106 deletions
diff --git a/tools/lldb-mi/MICmnMIOutOfBandRecord.cpp b/tools/lldb-mi/MICmnMIOutOfBandRecord.cpp index c3826f01ae85..2977753038a6 100644 --- a/tools/lldb-mi/MICmnMIOutOfBandRecord.cpp +++ b/tools/lldb-mi/MICmnMIOutOfBandRecord.cpp @@ -8,15 +8,15 @@ //===----------------------------------------------------------------------===// //++ -// File: MICmnMIOutOfBandRecord.h +// File: MICmnMIOutOfBandRecord.h // -// Overview: CMICmnMIOutOfBandRecord implementation. +// Overview: CMICmnMIOutOfBandRecord implementation. // -// Environment: Compilers: Visual C++ 12. -// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1 -// Libraries: See MIReadmetxt. +// Environment: Compilers: Visual C++ 12. +// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1 +// Libraries: See MIReadmetxt. // -// Copyright: None. +// Copyright: None. //-- // In-house headers: @@ -24,138 +24,136 @@ #include "MICmnResources.h" // Instantiations: -CMICmnMIOutOfBandRecord::MapOutOfBandToOutOfBandText_t ms_MapOutOfBandToOutOfBandText = -{ - { CMICmnMIOutOfBandRecord::eOutOfBand_Running, "running" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_Stopped, "stopped" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_BreakPointCreated, "breakpoint-created" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_BreakPointModified, "breakpoint-modified" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_Thread, "" }, // "" Meant to be empty - { CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupAdded, "thread-group-added" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupExited, "thread-group-exited" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupRemoved, "thread-group-removed" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupStarted, "thread-group-started" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_ThreadCreated, "thread-created" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_ThreadExited, "thread-exited" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_ThreadSelected, "thread-selected" } -}; -CMICmnMIOutOfBandRecord::MapOutOfBandToOutOfBandText_t ms_constMapAsyncRecordTextToToken = -{ - { CMICmnMIOutOfBandRecord::eOutOfBand_Running, "*" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_Stopped, "*" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_BreakPointCreated, "=" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_BreakPointModified, "=" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_Thread, "@" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupAdded, "=" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupExited, "=" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupRemoved, "=" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupStarted, "=" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_ThreadCreated, "=" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_ThreadExited, "=" }, - { CMICmnMIOutOfBandRecord::eOutOfBand_ThreadSelected, "=" } -}; - +CMICmnMIOutOfBandRecord::MapOutOfBandToOutOfBandText_t ms_MapOutOfBandToOutOfBandText = { + {CMICmnMIOutOfBandRecord::eOutOfBand_Running, "running"}, + {CMICmnMIOutOfBandRecord::eOutOfBand_Stopped, "stopped"}, + {CMICmnMIOutOfBandRecord::eOutOfBand_BreakPointCreated, "breakpoint-created"}, + {CMICmnMIOutOfBandRecord::eOutOfBand_BreakPointModified, "breakpoint-modified"}, + {CMICmnMIOutOfBandRecord::eOutOfBand_Thread, ""}, // "" Meant to be empty + {CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupAdded, "thread-group-added"}, + {CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupExited, "thread-group-exited"}, + {CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupRemoved, "thread-group-removed"}, + {CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupStarted, "thread-group-started"}, + {CMICmnMIOutOfBandRecord::eOutOfBand_ThreadCreated, "thread-created"}, + {CMICmnMIOutOfBandRecord::eOutOfBand_ThreadExited, "thread-exited"}, + {CMICmnMIOutOfBandRecord::eOutOfBand_ThreadSelected, "thread-selected"}}; +CMICmnMIOutOfBandRecord::MapOutOfBandToOutOfBandText_t ms_constMapAsyncRecordTextToToken = { + {CMICmnMIOutOfBandRecord::eOutOfBand_Running, "*"}, + {CMICmnMIOutOfBandRecord::eOutOfBand_Stopped, "*"}, + {CMICmnMIOutOfBandRecord::eOutOfBand_BreakPointCreated, "="}, + {CMICmnMIOutOfBandRecord::eOutOfBand_BreakPointModified, "="}, + {CMICmnMIOutOfBandRecord::eOutOfBand_Thread, "@"}, + {CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupAdded, "="}, + {CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupExited, "="}, + {CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupRemoved, "="}, + {CMICmnMIOutOfBandRecord::eOutOfBand_ThreadGroupStarted, "="}, + {CMICmnMIOutOfBandRecord::eOutOfBand_ThreadCreated, "="}, + {CMICmnMIOutOfBandRecord::eOutOfBand_ThreadExited, "="}, + {CMICmnMIOutOfBandRecord::eOutOfBand_ThreadSelected, "="}}; + //++ ------------------------------------------------------------------------------------ -// Details: CMICmnMIOutOfBandRecord constructor. -// Type: Method. -// Args: None. -// Return: None. -// Throws: None. +// Details: CMICmnMIOutOfBandRecord constructor. +// Type: Method. +// Args: None. +// Return: None. +// Throws: None. //-- -CMICmnMIOutOfBandRecord::CMICmnMIOutOfBandRecord( void ) -: m_strAsyncRecord( MIRSRC( IDS_CMD_ERR_EVENT_HANDLED_BUT_NO_ACTION ) ) +CMICmnMIOutOfBandRecord::CMICmnMIOutOfBandRecord(void) + : m_strAsyncRecord(MIRSRC(IDS_CMD_ERR_EVENT_HANDLED_BUT_NO_ACTION)) { } //++ ------------------------------------------------------------------------------------ -// Details: CMICmnMIOutOfBandRecord constructor. -// Type: Method. -// Args: veType - (R) A MI Out-of-Bound enumeration. -// Return: None. -// Throws: None. +// Details: CMICmnMIOutOfBandRecord constructor. +// Type: Method. +// Args: veType - (R) A MI Out-of-Bound enumeration. +// Return: None. +// Throws: None. //-- -CMICmnMIOutOfBandRecord::CMICmnMIOutOfBandRecord( const OutOfBand_e veType ) -: m_eResultAsyncRecordClass( veType ) -, m_strAsyncRecord( MIRSRC( IDS_CMD_ERR_EVENT_HANDLED_BUT_NO_ACTION ) ) +CMICmnMIOutOfBandRecord::CMICmnMIOutOfBandRecord(const OutOfBand_e veType) + : m_eResultAsyncRecordClass(veType) + , m_strAsyncRecord(MIRSRC(IDS_CMD_ERR_EVENT_HANDLED_BUT_NO_ACTION)) { - BuildAsyncRecord(); + BuildAsyncRecord(); } //++ ------------------------------------------------------------------------------------ -// Details: CMICmnMIOutOfBandRecord constructor. -// Type: Method. -// Args: veType - (R) A MI Out-of-Bound enumeration. -// vMIResult - (R) A MI result object. -// Return: None. -// Throws: None. +// Details: CMICmnMIOutOfBandRecord constructor. +// Type: Method. +// Args: veType - (R) A MI Out-of-Bound enumeration. +// vMIResult - (R) A MI result object. +// Return: None. +// Throws: None. //-- -CMICmnMIOutOfBandRecord::CMICmnMIOutOfBandRecord( const OutOfBand_e veType, const CMICmnMIValueResult & vValue ) -: m_eResultAsyncRecordClass( veType ) -, m_strAsyncRecord( MIRSRC( IDS_CMD_ERR_EVENT_HANDLED_BUT_NO_ACTION ) ) -, m_partResult( vValue ) +CMICmnMIOutOfBandRecord::CMICmnMIOutOfBandRecord(const OutOfBand_e veType, const CMICmnMIValueResult &vValue) + : m_eResultAsyncRecordClass(veType) + , m_strAsyncRecord(MIRSRC(IDS_CMD_ERR_EVENT_HANDLED_BUT_NO_ACTION)) + , m_partResult(vValue) { - BuildAsyncRecord(); - Add( m_partResult ); + BuildAsyncRecord(); + Add(m_partResult); } //++ ------------------------------------------------------------------------------------ -// Details: CMICmnMIOutOfBandRecord destructor. -// Type: Overrideable. -// Args: None. -// Return: None. -// Throws: None. +// Details: CMICmnMIOutOfBandRecord destructor. +// Type: Overrideable. +// Args: None. +// Return: None. +// Throws: None. //-- -CMICmnMIOutOfBandRecord::~CMICmnMIOutOfBandRecord( void ) +CMICmnMIOutOfBandRecord::~CMICmnMIOutOfBandRecord(void) { } //++ ------------------------------------------------------------------------------------ -// Details: Return the MI Out-of-band record as a string. The string is a direct result of -// work done on *this Out-of-band record so if not enough data is added then it is -// possible to return a malformed Out-of-band record. If nothing has been set or -// added to *this MI Out-of-band record object then text "<Invalid>" will be returned. -// Type: Method. -// Args: None. -// Return: CMIUtilString & - MI output text. -// Throws: None. +// Details: Return the MI Out-of-band record as a string. The string is a direct result of +// work done on *this Out-of-band record so if not enough data is added then it is +// possible to return a malformed Out-of-band record. If nothing has been set or +// added to *this MI Out-of-band record object then text "<Invalid>" will be returned. +// Type: Method. +// Args: None. +// Return: CMIUtilString & - MI output text. +// Throws: None. //-- -const CMIUtilString & CMICmnMIOutOfBandRecord::GetString( void ) const +const CMIUtilString & +CMICmnMIOutOfBandRecord::GetString(void) const { - return m_strAsyncRecord; + return m_strAsyncRecord; } - + //++ ------------------------------------------------------------------------------------ -// Details: Build the Out-of-band record's mandatory data part. The part up to the first -// (additional) result i.e. async-record ==> "*" type. -// Type: Method. -// Args: None. -// Return: MIstatus::success - Functional succeeded. -// MIstatus::failure - Functional failed. -// Throws: None. +// Details: Build the Out-of-band record's mandatory data part. The part up to the first +// (additional) result i.e. async-record ==> "*" type. +// Type: Method. +// Args: None. +// Return: MIstatus::success - Functional succeeded. +// MIstatus::failure - Functional failed. +// Throws: None. //-- -bool CMICmnMIOutOfBandRecord::BuildAsyncRecord( void ) +bool +CMICmnMIOutOfBandRecord::BuildAsyncRecord(void) { - const MIchar * pFormat = "%s%s"; - const CMIUtilString & rStrAsyncRecord( ms_MapOutOfBandToOutOfBandText[ m_eResultAsyncRecordClass ] ); - const CMIUtilString & rStrToken( ms_constMapAsyncRecordTextToToken[ m_eResultAsyncRecordClass ] ); - m_strAsyncRecord = CMIUtilString::Format( pFormat, rStrToken.c_str(), rStrAsyncRecord.c_str() ); + const MIchar *pFormat = "%s%s"; + const CMIUtilString &rStrAsyncRecord(ms_MapOutOfBandToOutOfBandText[m_eResultAsyncRecordClass]); + const CMIUtilString &rStrToken(ms_constMapAsyncRecordTextToToken[m_eResultAsyncRecordClass]); + m_strAsyncRecord = CMIUtilString::Format(pFormat, rStrToken.c_str(), rStrAsyncRecord.c_str()); - return MIstatus::success; + return MIstatus::success; } //++ ------------------------------------------------------------------------------------ -// Details: Add to *this Out-of-band record additional information. -// Type: Method. -// Args: vMIValue - (R) A MI value derived object. -// Return: MIstatus::success - Functional succeeded. -// MIstatus::failure - Functional failed. -// Throws: None. +// Details: Add to *this Out-of-band record additional information. +// Type: Method. +// Args: vMIValue - (R) A MI value derived object. +// Return: MIstatus::success - Functional succeeded. +// MIstatus::failure - Functional failed. +// Throws: None. //-- -bool CMICmnMIOutOfBandRecord::Add( const CMICmnMIValue & vMIValue ) +bool +CMICmnMIOutOfBandRecord::Add(const CMICmnMIValue &vMIValue) { - m_strAsyncRecord += ","; - m_strAsyncRecord += vMIValue.GetString(); + m_strAsyncRecord += ","; + m_strAsyncRecord += vMIValue.GetString(); - return MIstatus::success; + return MIstatus::success; } - |