This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
source
History
Greg Clayton
780af51505
Fixed ModuleList::FindTypes() so that when a symbol context is supplied that contains a valid module, it will search that module first, then if we are still looking for matches (we have found less that "max_matches"), search in all of the other modules as well.
...
llvm-svn: 154186
2012-04-06 18:09:43 +00:00
..
API
In a prior commit, I changed the parameters around on a ModuleList::FindTypes where the old parameters that existing clients were using would have been compatible, so I renamed ModuleList::FindTypes to ModuleList::FindTypes2. Then I made fixes and verified I updated and fixed all client code, but I forgot to rename the function back to ModuleList::FindTypes(). I am doing that now and also cleaning up the C++ dynamic type code a bit.
2012-04-06 17:41:13 +00:00
Breakpoint
Initialize ivars in the order they are defined in the class.
2012-04-03 04:14:58 +00:00
Commands
In a prior commit, I changed the parameters around on a ModuleList::FindTypes where the old parameters that existing clients were using would have been compatible, so I renamed ModuleList::FindTypes to ModuleList::FindTypes2. Then I made fixes and verified I updated and fixed all client code, but I forgot to rename the function back to ModuleList::FindTypes(). I am doing that now and also cleaning up the C++ dynamic type code a bit.
2012-04-06 17:41:13 +00:00
Core
Fixed ModuleList::FindTypes() so that when a symbol context is supplied that contains a valid module, it will search that module first, then if we are still looking for matches (we have found less that "max_matches"), search in all of the other modules as well.
2012-04-06 18:09:43 +00:00
Expression
In a prior commit, I changed the parameters around on a ModuleList::FindTypes where the old parameters that existing clients were using would have been compatible, so I renamed ModuleList::FindTypes to ModuleList::FindTypes2. Then I made fixes and verified I updated and fixed all client code, but I forgot to rename the function back to ModuleList::FindTypes(). I am doing that now and also cleaning up the C++ dynamic type code a bit.
2012-04-06 17:41:13 +00:00
Host
explicitly cast the value.
2012-04-06 00:10:46 +00:00
Interpreter
Fixing a potential crasher where Python would assume we have no thread state while clearing out an SBDebugger which was acquiring input from the interactive interpreter
2012-04-04 17:31:29 +00:00
Plugins
Fixed a leak in the LLVM disassembler where we
2012-04-06 17:59:49 +00:00
Symbol
Check if the two clang opaque type pointers are equal before doing anything more exhaustive comparison.
2012-04-06 17:38:55 +00:00
Target
Order ivar initializers to how they're declared in the class.
2012-04-06 00:10:21 +00:00
Utility
rdar://problem/10652076
2012-02-29 01:07:59 +00:00
lldb-log.cpp
Add a logging mode that takes a callback and flush'es to that callback.
2012-02-21 02:23:08 +00:00
lldb.cpp
Revert r154086. It may be needed for Darwin. But the symbols are still missing in the dylib.
2012-04-05 17:38:07 +00:00
Makefile
Patch from Jean-Daniel Dupas:
2010-07-12 23:14:00 +00:00