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-20 01:58:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5bcaf5836b3f65f6571c28c6ca9e7933e585254d
llvm
/
lldb
/
source
History
Sean Callanan
5bcaf5836b
Fixed a missed case in the patch to make
...
HandleCommand take a LazyBool instead of a bool. llvm-svn: 157728
2012-05-31 01:30:08 +00:00
..
API
<rdar://problem/11328896> Fixing a bug where regex commands were saved in the history even if they came from a 'command sourced' file - this fix introduces a command sourcing depth and disables history for all levels of depth > 0, which means no commands go into history when being sourced from a file. we need an integer depth because command files might themselves source other command files, ...
2012-05-31 01:09:06 +00:00
Breakpoint
We were accessing the ModuleList in the target without locking it for tasks like
2012-05-30 02:19:25 +00:00
Commands
Fixed a missed case in the patch to make
2012-05-31 01:30:08 +00:00
Core
We were accessing the ModuleList in the target without locking it for tasks like
2012-05-30 02:19:25 +00:00
Expression
We were accessing the ModuleList in the target without locking it for tasks like
2012-05-30 02:19:25 +00:00
Host
Bump to lldb 152.
2012-05-25 02:05:58 +00:00
Interpreter
<rdar://problem/11328896> Fixing a bug where regex commands were saved in the history even if they came from a 'command sourced' file - this fix introduces a command sourcing depth and disables history for all levels of depth > 0, which means no commands go into history when being sourced from a file. we need an integer depth because command files might themselves source other command files, ...
2012-05-31 01:09:06 +00:00
Plugins
<rdar://problem/11537498>
2012-05-30 20:20:34 +00:00
Symbol
Fixed a crash in logging when the name of an
2012-05-25 18:12:26 +00:00
Target
<rdar://problem/11328896> Fixing a bug where regex commands were saved in the history even if they came from a 'command sourced' file - this fix introduces a command sourcing depth and disables history for all levels of depth > 0, which means no commands go into history when being sourced from a file. we need an integer depth because command files might themselves source other command files, ...
2012-05-31 01:09:06 +00:00
Utility
…
lldb-log.cpp
Patch from Filipe Cabecinhas.
2012-04-26 17:07:53 +00:00
lldb.cpp
…
Makefile
Don't include LLDBWrapPython.cpp here. Use it in Interpreter.
2012-05-29 14:03:55 +00:00