diff options
Diffstat (limited to 'lldb/tools/debugserver/source/DNB.h')
-rw-r--r-- | lldb/tools/debugserver/source/DNB.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/tools/debugserver/source/DNB.h b/lldb/tools/debugserver/source/DNB.h index 3f032798f23..45a0556670e 100644 --- a/lldb/tools/debugserver/source/DNB.h +++ b/lldb/tools/debugserver/source/DNB.h @@ -16,6 +16,7 @@ #include "MacOSX/Genealogy.h" #include "MacOSX/ThreadInfo.h" +#include "JSONGenerator.h" #include "DNBDefs.h" #include <mach/thread_info.h> #include <string> @@ -141,6 +142,7 @@ ThreadInfo::QoS DNBGetRequestedQoSForThread (nub_process_t pid, nub_thread_t nub_addr_t DNBGetPThreadT (nub_process_t pid, nub_thread_t tid); nub_addr_t DNBGetDispatchQueueT (nub_process_t pid, nub_thread_t tid); nub_addr_t DNBGetTSDAddressForThread (nub_process_t pid, nub_thread_t tid, uint64_t plo_pthread_tsd_base_address_offset, uint64_t plo_pthread_tsd_base_offset, uint64_t plo_pthread_tsd_entry_size); +JSONGenerator::ObjectSP DNBGetLoadedDynamicLibrariesInfos (nub_process_t pid, nub_addr_t image_list_address, nub_addr_t image_count); // //---------------------------------------------------------------------- // Breakpoint functions |