run-time detection of apple gdb

in theory, we should support fsf gdb on apple now.
this also cleans and documents some execution paths.
This commit is contained in:
Oswald Buddenhagen
2009-10-22 11:08:06 +02:00
parent 4d5c81ac52
commit 5b01cbcb2b
2 changed files with 44 additions and 58 deletions

View File

@@ -260,8 +260,9 @@ private: ////////// Gdb Output, State & Capability Handling //////////
void handleShowVersion(const GdbResponse &response);
void handleIsSynchroneous(const GdbResponse &response);
int m_gdbVersion; // 6.8.0 is 680
int m_gdbVersion; // 6.8.0 is 60800
int m_gdbBuildVersion; // MAC only?
bool m_isMacGdb;
bool m_isSynchroneous; // Can act synchroneously?
private: ////////// Inferior Management //////////