summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBFileSpec.i
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2013-01-16 17:29:04 +0000
committerGreg Clayton <gclayton@apple.com>2013-01-16 17:29:04 +0000
commit949e82216c5c15270e5931c4d213401f9f675f2d (patch)
treecbc68994eb303a3bf8cc1f3535ca02b89cbde476 /lldb/scripts/Python/interface/SBFileSpec.i
parenta51c6ed608dc6372bd20eccc27d09064751e82d8 (diff)
downloadbcm5719-llvm-949e82216c5c15270e5931c4d213401f9f675f2d.tar.gz
bcm5719-llvm-949e82216c5c15270e5931c4d213401f9f675f2d.zip
<rdar://problem/13009943>
Added a unique integer identifier to processes. Some systems, like JTAG or other simulators, might always assign the same process ID (pid) to the processes that are being debugged. In order for scripts and the APIs to uniquely identify the processes, there needs to be another ID. Now the SBProcess class has: uint32_t SBProcess::GetUniqueID(); This integer ID will help to truly uniquely identify a process and help with appropriate caching that can be associated with a SBProcess object. llvm-svn: 172628
Diffstat (limited to 'lldb/scripts/Python/interface/SBFileSpec.i')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud