diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2015-08-17 14:35:25 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2015-08-17 14:35:25 +0000 |
| commit | 1ee99a8b46839073361f72e4179f1bb9b7aad74d (patch) | |
| tree | 8f7c267c75ff5caa9850ef1efcee4025f216864b /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp | |
| parent | aa3d810b5f95bf8966d8c82535329a499be0528c (diff) | |
| download | llvm-1ee99a8b46839073361f72e4179f1bb9b7aad74d.zip llvm-1ee99a8b46839073361f72e4179f1bb9b7aad74d.tar.gz llvm-1ee99a8b46839073361f72e4179f1bb9b7aad74d.tar.bz2 | |
Extend MCAsmLexer so that it can peek forward several tokens
This commit adds a virtual `peekTokens()` function to `MCAsmLexer`
which can peek forward an arbitrary number of tokens.
It also makes the `peekTok()` method call `peekTokens()` method, but
only requesting one token.
The idea is to better support targets which more more ambiguous
assembly syntaxes.
Patch by Dylan McKay!
llvm-svn: 245221
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp')
0 files changed, 0 insertions, 0 deletions
