Thread state address is gone

This commit is contained in:
Dr. Chat 2015-07-21 22:11:55 -05:00
parent 8d0fef1433
commit 9fcbd60e9b
1 changed files with 0 additions and 1 deletions

View File

@ -428,7 +428,6 @@ void Debugger::OnMessage(std::vector<uint8_t> buffer) {
// thread_builder.add_creation_flags(); // thread_builder.add_creation_flags();
thread_builder.add_tls_address(thread->tls_ptr()); thread_builder.add_tls_address(thread->tls_ptr());
thread_builder.add_pcr_address(thread->pcr_ptr()); thread_builder.add_pcr_address(thread->pcr_ptr());
thread_builder.add_thread_state_address(thread->thread_state_ptr());
thread_builder.add_thread_id(thread->thread_id()); thread_builder.add_thread_id(thread->thread_id());
thread_builder.add_name(thread_name_string); thread_builder.add_name(thread_name_string);
thread_builder.add_priority(thread->priority()); thread_builder.add_priority(thread->priority());