aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSettings.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-07-14 02:58:13 +0000
committerRui Ueyama <ruiu@google.com>2015-07-14 02:58:13 +0000
commita50387f1b3a226d5e0b587d5eec876eafc220914 (patch)
tree8edc14b121d5605ff1aa11693b4c460c003e56a3 /lldb/source/Commands/CommandObjectSettings.cpp
parent8a53a0ddbd4d1891d449e1b66fa42eafe1022a94 (diff)
downloadllvm-a50387f1b3a226d5e0b587d5eec876eafc220914.zip
llvm-a50387f1b3a226d5e0b587d5eec876eafc220914.tar.gz
llvm-a50387f1b3a226d5e0b587d5eec876eafc220914.tar.bz2
COFF: Fix entry name inference for x86.
Entry name selection rule is already complicated on x64, but it's more complicated on x86 because of the underscore name mangling scheme. If one of _main, _main@<number> (a C function) or ?main@@... (a C++ function) is defined, entry name is _mainCRTStartup. If _wmain, _wmain@<number or ?wmain@@... is defined, entry name is _wmainCRTStartup. And so on. llvm-svn: 242110
Diffstat (limited to 'lldb/source/Commands/CommandObjectSettings.cpp')
0 files changed, 0 insertions, 0 deletions