This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-23 07:58:23 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1b46a72eb2bd1bf22ea52cc6a72a616269e77f03
llvm
/
lldb
/
source
History
Pavel Labath
1b46a72eb2
Fix warning in ThreadSanitizerRuntime
...
llvm-svn: 264849
2016-03-30 09:42:59 +00:00
..
API
Move DynamicLoader plugins to SystemInitializerFull
2016-03-29 15:00:26 +00:00
Breakpoint
…
Commands
Figure out what the fixed expression is, and print it. Added another target setting to
2016-03-29 22:00:08 +00:00
Core
Get rid of a global constructor that was causing a warning on MacOSX and make the Timer safe to use after the main threads global destructor chain is called.
2016-03-24 21:46:47 +00:00
DataFormatters
…
Expression
Don't register the addresses of private symbols from expressions.
2016-03-30 03:44:51 +00:00
Host
…
Initialization
Move DynamicLoader plugins to SystemInitializerFull
2016-03-29 15:00:26 +00:00
Interpreter
Fix an issue with nested aliases where the help system wouldn't correctly track the fact that an alias is an alias to a dash-dash alias
2016-03-25 21:59:06 +00:00
Plugins
Fix warning in ThreadSanitizerRuntime
2016-03-30 09:42:59 +00:00
Symbol
When creating typedefs, don't call Type::GetName() since that might recursively call "lldb_private::Type::ResolveClangType(lldb_private::Type::ResolveStateTag)" and cause a crash. A lldb_private::Type should have a valid name if it is created without a backing CompilerType. Also provide a name that we can recognize so if we see it in a as the typename of a variable, we will know to check it out. This crash is happening quite a bit and we need to determine if this is due to incorrect debug info, or just due to some bug in LLDBD.
2016-03-29 18:22:07 +00:00
Target
Figure out what the fixed expression is, and print it. Added another target setting to
2016-03-29 22:00:08 +00:00
Utility
…
CMakeLists.txt
…
lldb.cpp
…