Home
last modified time | relevance | path

Searched refs:thread_command (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.def19 HANDLE_LOAD_COMMAND(LC_THREAD, 0x00000004u, thread_command)
20 HANDLE_LOAD_COMMAND(LC_UNIXTHREAD, 0x00000005u, thread_command)
109 LOAD_COMMAND_STRUCT(thread_command)
H A DMachO.h662 struct thread_command { struct
1186 inline void swapStruct(thread_command &t) { in swapStruct()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp552 void MappingTraits<MachO::thread_command>::mapping( in mapping()
553 IO &IO, MachO::thread_command &LoadCommand) {} in mapping()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d1282 struct thread_command in version()
2971 struct thread_command
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1004 if (Load.C.cmdsize < sizeof(MachO::thread_command)) in checkThreadCommand()
1008 getStructOrErr<MachO::thread_command>(Obj, Load.Ptr); in checkThreadCommand()
1011 MachO::thread_command T = ThreadCommandOrErr.get(); in checkThreadCommand()
1012 const char *state = Load.Ptr + sizeof(MachO::thread_command); in checkThreadCommand()
4412 MachO::thread_command
4414 return getStruct<MachO::thread_command>(*this, L.Ptr); in getThreadCommand()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h541 MachO::thread_command
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp9620 static void PrintThreadCommand(MachO::thread_command t, const char *Ptr, in PrintThreadCommand()
9629 if (t.cmdsize < sizeof(struct MachO::thread_command) + 2 * sizeof(uint32_t)) in PrintThreadCommand()
9634 const char *begin = Ptr + sizeof(struct MachO::thread_command); in PrintThreadCommand()
10184 MachO::thread_command Tc = Obj->getThreadCommand(Command); in PrintLoadCommands()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201513899 * corelow.c (core_open): Call also thread_command.
13900 * gdbthread.h (thread_command): New prototype moved from ...
13901 * thread.c (thread_command): ... here.
13902 (thread_command): Make it global.
H A DChangeLog-19971701 thread_command): Make sure TP is alive.
H A DChangeLog-19982277 * thread.c (thread_command): If no arguments, don't generate an
2299 (thread_command): Decided not to take HP change.
H A DChangeLog-20164462 * thread.c (thread_command): Notify
10153 (thread_command, thread_find_command, do_captured_thread_select):
H A DChangeLog-20175631 * gdbthread.h (thread_command): Constify.
5695 * thread.c (thread_command, thread_apply_command): Constify.
14673 (make_cleanup_restore_current_thread, thread_command)
H A DChangeLog-20085885 (thread_command): Account for currently selected exited thread.
6899 * thread.c (thread_command) : Use it.
H A DChangeLog-200912659 (thread_apply_command, thread_command, do_captured_thread_select):
13081 * thread.c (thread_command): Move call to annotate_thread_changed
H A DChangeLog-20056455 * thread.c (thread_command): Update call.
H A DChangeLog-20188334 (thread_command): Use thread pointer directly.
12702 (thread_command): Fix comment.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201513899 * corelow.c (core_open): Call also thread_command.
13900 * gdbthread.h (thread_command): New prototype moved from ...
13901 * thread.c (thread_command): ... here.
13902 (thread_command): Make it global.
H A DChangeLog-19971701 thread_command): Make sure TP is alive.
H A DChangeLog-19982277 * thread.c (thread_command): If no arguments, don't generate an
2299 (thread_command): Decided not to take HP change.
H A DChangeLog-20164462 * thread.c (thread_command): Notify
10153 (thread_command, thread_find_command, do_captured_thread_select):
H A DChangeLog-20175631 * gdbthread.h (thread_command): Constify.
5695 * thread.c (thread_command, thread_apply_command): Constify.
14673 (make_cleanup_restore_current_thread, thread_command)
H A DChangeLog-20085885 (thread_command): Account for currently selected exited thread.
6899 * thread.c (thread_command) : Use it.
H A DChangeLog-200912659 (thread_apply_command, thread_command, do_captured_thread_select):
13081 * thread.c (thread_command): Move call to annotate_thread_changed
H A DChangeLog-20056455 * thread.c (thread_command): Update call.
H A DChangeLog-20188334 (thread_command): Use thread pointer directly.
12702 (thread_command): Fix comment.

12