llvm-project/lldb/source
Daniel Malea 25d7eb0d9a Implement "platform process list" on Linux
- read process information from /proc
- resolves llvm.org/pr14541 :)

Patch by Mike Sartain!

llvm-svn: 181904
2013-05-15 17:54:07 +00:00
..
API Change the mechanism around SBValue::GetSP() so that it always requires the target API lock AND the 2013-05-15 02:16:21 +00:00
Breakpoint Hardened LLDB against NULL conditions being 2013-05-10 21:58:45 +00:00
Commands <rdar://problem/13883385> 2013-05-15 02:46:08 +00:00
Core Only include under arm and an Apple system. Otherwise, it will fail under a GNU/Linux under ARM 2013-05-15 09:32:35 +00:00
DataFormatters <rdar://problem/13821289> 2013-05-15 00:47:46 +00:00
Expression Add all Decls found through FindExternalLexicalDecls 2013-05-09 01:09:49 +00:00
Host Implement "platform process list" on Linux 2013-05-15 17:54:07 +00:00
Interpreter <rdar://problem/13892319> 2013-05-15 01:03:08 +00:00
Plugins <rdar://problem/13748253> 2013-05-14 22:19:37 +00:00
Symbol A first pass at auto completion for variables and their children. This is currently hooked up for "frame variable" only. With a little work we can also enable it for the "expression" command and also for other things. 2013-05-14 23:43:18 +00:00
Target Don’t pop the process input reader for a “stop” event if ShouldBroadcastEvent has restarted the process. 2013-05-15 01:21:48 +00:00
Utility More CMake fixes for OS X. 2013-04-25 01:36:53 +00:00
CMakeLists.txt Fix cmake builds from checkouts with multiple remotes 2013-05-15 17:23:19 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp Fixing lldb log list text for commands category 2013-04-26 17:44:41 +00:00
lldb.cpp Remove the initialization/termination of the now-removed OperatingSystemDarwinKernel. 2013-05-03 03:55:48 +00:00