llvm-project/lldb/source/Plugins/Process/FreeBSD
Alexander Shaposhnikov 696bd63550 [lldb] Fix typos in file headers
This diff fixes typos in file headers (incorrect file names).

Test plan:

Under llvm/tools/lldb/source:
find ./* -type f | grep -e '\(cpp\|h\)$' | while read F; do B=$(basename $F); echo $F head -n 1 $F | grep -v $B | wc -l ; done

Differential revision: https://reviews.llvm.org/D27115

llvm-svn: 287966
2016-11-26 05:23:44 +00:00
..
CMakeLists.txt [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
FreeBSDThread.cpp Merge Linux and FreeBSD arm64 register contexts 2016-11-25 10:28:09 +00:00
FreeBSDThread.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
POSIXStopInfo.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
POSIXStopInfo.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ProcessFreeBSD.cpp Revert unwanted changes in lldb when updating llvm::Error() 2016-11-11 05:07:57 +00:00
ProcessFreeBSD.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ProcessMonitor.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ProcessMonitor.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextPOSIX.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextPOSIXProcessMonitor_arm.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextPOSIXProcessMonitor_arm.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextPOSIXProcessMonitor_arm64.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextPOSIXProcessMonitor_arm64.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextPOSIXProcessMonitor_mips64.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
RegisterContextPOSIXProcessMonitor_mips64.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextPOSIXProcessMonitor_powerpc.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
RegisterContextPOSIXProcessMonitor_powerpc.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextPOSIXProcessMonitor_x86.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
RegisterContextPOSIXProcessMonitor_x86.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00