| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement ProcessInfo::Dump(), log gdb-remote stub launch | Todd Fiala | 2016-05-31 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | This change implements dumping the executable, triple, args and environment when using ProcessInfo::Dump(). It also tweaks the way Args::Dump() works so that it prints a configurable label rather than argv[{index}]={value}. By default it behaves the same, but if the Dump() method with the additional arg is provided, it can be overridden. The environment variables dumped as part of ProcessInfo::Dump() make use of that. lldb-server has been modified to dump the gdb-remote stub's ProcessInfo before launching if the "gdb-remote process" channel is logged. llvm-svn: 271312 | ||||
| * | Fix Clang-tidy modernize-use-nullptr warnings in some files in ↵ | Eugene Zelenko | 2016-02-18 | 1 | -6/+8 |
| | | | | | | | source/Target; other minor fixes. llvm-svn: 261242 | ||||
| * | Pull ProcessInfo and ProcessLaunchInfo out of Target/Process. | Todd Fiala | 2014-06-30 | 1 | -0/+138 |
| Elevate ProcessInfo and ProcessLaunchInfo into their own headers. llgs will be using ProcessLaunchInfo but doesn't need to pull in the rest of Process.h. This also moves a bunch of implementation details from the header declarations into ProcessInfo.cpp and ProcessLaunchInfo.cpp. Tested on Ubuntu 14.04 Cmake and MacOSX Xcode. Related to https://github.com/tfiala/lldb/issues/26. llvm-svn: 212005 | |||||

