llvm-project/lldb/tools/debugserver
Jason Molenda b0d33e9b3c Re-instate a bit of code that was commented out in r188246 which
reads an ObjectFileMachO's string table in one chunk.  Originally
this was commented out because binaries in the system's shared cache
all share a mega-string table and so reading the entire mega-strtab
for each binary was a performance problem.

In the reinstated code, I add a check that the binary we're reading
from memory is not in the shared cache (there isn't a constant in
<mach-o/loader.h> for this bit yet; we hardcode the value in one
other place in ObjectFileMachO alread).  For binaries that we're
reading out of memory that are NOT in the shared cache, reading 
the string table in one chunk is a big performance improvement.

Also have debugserver send up the flags value for binaries in its
response to the jGetLoadedDynamicLibrariesInfos request.

NFC.

<rdar://problem/33604496> 

llvm-svn: 341511
2018-09-06 00:55:27 +00:00
..
debugserver.xcodeproj Sort the files in the PBXBuildFile and PBXFileReference sections 2018-06-15 23:32:37 +00:00
resources
scripts Remove DNBConfig.h 2015-08-13 00:32:01 +00:00
source Re-instate a bit of code that was commented out in r188246 which 2018-09-06 00:55:27 +00:00
CMakeLists.txt [CMake] Refactor debugserver build system 2017-07-18 21:15:27 +00:00
debugnub-exports