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
926cce7619b0b42fe05b9523f3618b89a51a37aa
llvm
/
lldb
/
source
History
Greg Clayton
926cce7619
Modified patch from Matt Kopec that makes sure the run lock is acquired when attaching and makes sure the pid is being set on linux in the process info.
...
llvm-svn: 165804
2012-10-12 16:10:12 +00:00
..
API
<rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb_private::Declaration - make a GetDeclaration() API on SBValue to return a declaration. This will only work for vroot variables as they are they only objects for which we currently provide a valid Declaration
2012-10-10 22:54:17 +00:00
Breakpoint
…
Commands
Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP.
2012-10-10 18:32:14 +00:00
Core
Fixed an indentation issue that only shows up when dumping .o files that use linked addresses (DWARF in .o files with debug map).
2012-10-11 20:42:53 +00:00
Expression
Fixed the IR interaction layer to deal with a
2012-10-11 22:00:52 +00:00
Host
Patch from Andrew Kaylor that fixes Linux default host triple values.
2012-10-11 17:38:58 +00:00
Interpreter
When OptionValueFileSpec is given a filename starting
2012-10-11 06:05:54 +00:00
Plugins
Modified patch from Matt Kopec that makes sure the run lock is acquired when attaching and makes sure the pid is being set on linux in the process info.
2012-10-12 16:10:12 +00:00
Symbol
…
Target
Modified patch from Matt Kopec that makes sure the run lock is acquired when attaching and makes sure the pid is being set on linux in the process info.
2012-10-12 16:10:12 +00:00
Utility
…
lldb-log.cpp
…
lldb.cpp
…
Makefile
…