annotate lldb/docs/.htaccess @ 213:25ca0248ac32

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 11 Jul 2021 17:05:31 +0900
parents 2e18cbf3894f
children 5f17cb93ff66
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
207
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
1 # Old website redirects
150
anatofuz
parents:
diff changeset
2 Redirect 301 /architecture/index.html https://lldb.llvm.org/resources/architecture.html
anatofuz
parents:
diff changeset
3 Redirect 301 /cpp_reference/html/index.html https://lldb.llvm.org/cpp_reference/index.html
anatofuz
parents:
diff changeset
4 Redirect 301 /features.html https://lldb.llvm.org/status/features.html
anatofuz
parents:
diff changeset
5 Redirect 301 /formats.html https://lldb.llvm.org/use/formatting.html
anatofuz
parents:
diff changeset
6 Redirect 301 /goals.html https://lldb.llvm.org/status/goals.html
anatofuz
parents:
diff changeset
7 Redirect 301 /lldb-gdb.html https://lldb.llvm.org/use/map.html
anatofuz
parents:
diff changeset
8 Redirect 301 /projects.html https://lldb.llvm.org/status/projects.html
anatofuz
parents:
diff changeset
9 Redirect 301 /remote.html https://lldb.llvm.org/use/remote.html
anatofuz
parents:
diff changeset
10 Redirect 301 /source.html https://lldb.llvm.org/resources/contributing.html
anatofuz
parents:
diff changeset
11 Redirect 301 /tutorial.html https://lldb.llvm.org/use/tutorial.html
anatofuz
parents:
diff changeset
12 Redirect 301 /varformats.html https://lldb.llvm.org/use/variable.html
anatofuz
parents:
diff changeset
13
207
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
14 # Current website redirects
150
anatofuz
parents:
diff changeset
15 Redirect 301 /resources/source.html https://lldb.llvm.org/resources/contributing.html
anatofuz
parents:
diff changeset
16 Redirect 301 /resources/download.html https://lldb.llvm.org/status/releases.html
anatofuz
parents:
diff changeset
17 Redirect 301 /use/architecture.html https://lldb.llvm.org/resources/architecture.html
207
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
18 Redirect 301 /resources/architecture.html https://lldb.llvm.org/design/overview.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
19 Redirect 301 /resources/reproducers.html https://lldb.llvm.org/design/reproducers.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
20 Redirect 301 /resources/sbapi.html https://lldb.llvm.org/design/sbapi.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
21
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
22 # Redirect old Python API to new Python API.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
23 Redirect 301 /python_reference/lldb-module.html https://lldb.llvm.org/python_api.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
25 Redirect 301 /python_reference/lldb.SBAddress-class.html https://lldb.llvm.org/python_api/lldb.SBAddress.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
26 Redirect 301 /python_reference/lldb.SBAttachInfo-class.html https://lldb.llvm.org/python_api/lldb.SBAttachInfo.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
27 Redirect 301 /python_reference/lldb.SBBlock-class.html https://lldb.llvm.org/python_api/lldb.SBBlock.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
28 Redirect 301 /python_reference/lldb.SBBreakpoint-class.html https://lldb.llvm.org/python_api/lldb.SBBreakpoint.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
29 Redirect 301 /python_reference/lldb.SBBreakpointList-class.html https://lldb.llvm.org/python_api/lldb.SBBreakpointList.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
30 Redirect 301 /python_reference/lldb.SBBreakpointLocation-class.html https://lldb.llvm.org/python_api/lldb.SBBreakpointLocation.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
31 Redirect 301 /python_reference/lldb.SBBreakpointName-class.html https://lldb.llvm.org/python_api/lldb.SBBreakpointName.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
32 Redirect 301 /python_reference/lldb.SBBroadcaster-class.html https://lldb.llvm.org/python_api/lldb.SBBroadcaster.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
33 Redirect 301 /python_reference/lldb.SBCommandInterpreter-class.html https://lldb.llvm.org/python_api/lldb.SBCommandInterpreter.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
34 Redirect 301 /python_reference/lldb.SBCommandInterpreterRunOptions-class.html https://lldb.llvm.org/python_api/lldb.SBCommandInterpreterRunOptions.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
35 Redirect 301 /python_reference/lldb.SBCommandReturnObject-class.html https://lldb.llvm.org/python_api/lldb.SBCommandReturnObject.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
36 Redirect 301 /python_reference/lldb.SBCommunication-class.html https://lldb.llvm.org/python_api/lldb.SBCommunication.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
37 Redirect 301 /python_reference/lldb.SBCompileUnit-class.html https://lldb.llvm.org/python_api/lldb.SBCompileUnit.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
38 Redirect 301 /python_reference/lldb.SBData-class.html https://lldb.llvm.org/python_api/lldb.SBData.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
39 Redirect 301 /python_reference/lldb.SBDebugger-class.html https://lldb.llvm.org/python_api/lldb.SBDebugger.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
40 Redirect 301 /python_reference/lldb.SBDeclaration-class.html https://lldb.llvm.org/python_api/lldb.SBDeclaration.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
41 Redirect 301 /python_reference/lldb.SBEnvironment-class.html https://lldb.llvm.org/python_api/lldb.SBEnvironment.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
42 Redirect 301 /python_reference/lldb.SBError-class.html https://lldb.llvm.org/python_api/lldb.SBError.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
43 Redirect 301 /python_reference/lldb.SBEvent-class.html https://lldb.llvm.org/python_api/lldb.SBEvent.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
44 Redirect 301 /python_reference/lldb.SBExecutionContext-class.html https://lldb.llvm.org/python_api/lldb.SBExecutionContext.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
45 Redirect 301 /python_reference/lldb.SBExpressionOptions-class.html https://lldb.llvm.org/python_api/lldb.SBExpressionOptions.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
46 Redirect 301 /python_reference/lldb.SBFile-class.html https://lldb.llvm.org/python_api/lldb.SBFile.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
47 Redirect 301 /python_reference/lldb.SBFileSpec-class.html https://lldb.llvm.org/python_api/lldb.SBFileSpec.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
48 Redirect 301 /python_reference/lldb.SBFileSpecList-class.html https://lldb.llvm.org/python_api/lldb.SBFileSpecList.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
49 Redirect 301 /python_reference/lldb.SBFrame-class.html https://lldb.llvm.org/python_api/lldb.SBFrame.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
50 Redirect 301 /python_reference/lldb.SBFunction-class.html https://lldb.llvm.org/python_api/lldb.SBFunction.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
51 Redirect 301 /python_reference/lldb.SBHostOS-class.html https://lldb.llvm.org/python_api/lldb.SBHostOS.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
52 Redirect 301 /python_reference/lldb.SBInstruction-class.html https://lldb.llvm.org/python_api/lldb.SBInstruction.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
53 Redirect 301 /python_reference/lldb.SBInstructionList-class.html https://lldb.llvm.org/python_api/lldb.SBInstructionList.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
54 Redirect 301 /python_reference/lldb.SBLanguageRuntime-class.html https://lldb.llvm.org/python_api/lldb.SBLanguageRuntime.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
55 Redirect 301 /python_reference/lldb.SBLaunchInfo-class.html https://lldb.llvm.org/python_api/lldb.SBLaunchInfo.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
56 Redirect 301 /python_reference/lldb.SBLineEntry-class.html https://lldb.llvm.org/python_api/lldb.SBLineEntry.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
57 Redirect 301 /python_reference/lldb.SBListener-class.html https://lldb.llvm.org/python_api/lldb.SBListener.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
58 Redirect 301 /python_reference/lldb.SBMemoryRegionInfo-class.html https://lldb.llvm.org/python_api/lldb.SBMemoryRegionInfo.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
59 Redirect 301 /python_reference/lldb.SBMemoryRegionInfoList-class.html https://lldb.llvm.org/python_api/lldb.SBMemoryRegionInfoList.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
60 Redirect 301 /python_reference/lldb.SBModule-class.html https://lldb.llvm.org/python_api/lldb.SBModule.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
61 Redirect 301 /python_reference/lldb.SBModuleSpec-class.html https://lldb.llvm.org/python_api/lldb.SBModuleSpec.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
62 Redirect 301 /python_reference/lldb.SBModuleSpecList-class.html https://lldb.llvm.org/python_api/lldb.SBModuleSpecList.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
63 Redirect 301 /python_reference/lldb.SBPlatform-class.html https://lldb.llvm.org/python_api/lldb.SBPlatform.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
64 Redirect 301 /python_reference/lldb.SBPlatformConnectOptions-class.html https://lldb.llvm.org/python_api/lldb.SBPlatformConnectOptions.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
65 Redirect 301 /python_reference/lldb.SBPlatformShellCommand-class.html https://lldb.llvm.org/python_api/lldb.SBPlatformShellCommand.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
66 Redirect 301 /python_reference/lldb.SBProcess-class.html https://lldb.llvm.org/python_api/lldb.SBProcess.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
67 Redirect 301 /python_reference/lldb.SBProcessInfo-class.html https://lldb.llvm.org/python_api/lldb.SBProcessInfo.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
68 Redirect 301 /python_reference/lldb.SBQueue-class.html https://lldb.llvm.org/python_api/lldb.SBQueue.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
69 Redirect 301 /python_reference/lldb.SBQueueItem-class.html https://lldb.llvm.org/python_api/lldb.SBQueueItem.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
70 Redirect 301 /python_reference/lldb.SBReproducer-class.html https://lldb.llvm.org/python_api/lldb.SBReproducer.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
71 Redirect 301 /python_reference/lldb.SBSection-class.html https://lldb.llvm.org/python_api/lldb.SBSection.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
72 Redirect 301 /python_reference/lldb.SBSourceManager-class.html https://lldb.llvm.org/python_api/lldb.SBSourceManager.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
73 Redirect 301 /python_reference/lldb.SBStream-class.html https://lldb.llvm.org/python_api/lldb.SBStream.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
74 Redirect 301 /python_reference/lldb.SBStringList-class.html https://lldb.llvm.org/python_api/lldb.SBStringList.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
75 Redirect 301 /python_reference/lldb.SBStructuredData-class.html https://lldb.llvm.org/python_api/lldb.SBStructuredData.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
76 Redirect 301 /python_reference/lldb.SBSymbol-class.html https://lldb.llvm.org/python_api/lldb.SBSymbol.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
77 Redirect 301 /python_reference/lldb.SBSymbolContext-class.html https://lldb.llvm.org/python_api/lldb.SBSymbolContext.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
78 Redirect 301 /python_reference/lldb.SBSymbolContextList-class.html https://lldb.llvm.org/python_api/lldb.SBSymbolContextList.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
79 Redirect 301 /python_reference/lldb.SBSyntheticValueProvider-class.html https://lldb.llvm.org/python_api/lldb.SBSyntheticValueProvider.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
80 Redirect 301 /python_reference/lldb.SBTarget-class.html https://lldb.llvm.org/python_api/lldb.SBTarget.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
81 Redirect 301 /python_reference/lldb.SBThread-class.html https://lldb.llvm.org/python_api/lldb.SBThread.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
82 Redirect 301 /python_reference/lldb.SBThreadCollection-class.html https://lldb.llvm.org/python_api/lldb.SBThreadCollection.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
83 Redirect 301 /python_reference/lldb.SBThreadPlan-class.html https://lldb.llvm.org/python_api/lldb.SBThreadPlan.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
84 Redirect 301 /python_reference/lldb.SBTrace-class.html https://lldb.llvm.org/python_api/lldb.SBTrace.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
85 Redirect 301 /python_reference/lldb.SBTraceOptions-class.html https://lldb.llvm.org/python_api/lldb.SBTraceOptions.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
86 Redirect 301 /python_reference/lldb.SBType-class.html https://lldb.llvm.org/python_api/lldb.SBType.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
87 Redirect 301 /python_reference/lldb.SBTypeCategory-class.html https://lldb.llvm.org/python_api/lldb.SBTypeCategory.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
88 Redirect 301 /python_reference/lldb.SBTypeEnumMember-class.html https://lldb.llvm.org/python_api/lldb.SBTypeEnumMember.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
89 Redirect 301 /python_reference/lldb.SBTypeEnumMemberList-class.html https://lldb.llvm.org/python_api/lldb.SBTypeEnumMemberList.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
90 Redirect 301 /python_reference/lldb.SBTypeFilter-class.html https://lldb.llvm.org/python_api/lldb.SBTypeFilter.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
91 Redirect 301 /python_reference/lldb.SBTypeFormat-class.html https://lldb.llvm.org/python_api/lldb.SBTypeFormat.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
92 Redirect 301 /python_reference/lldb.SBTypeList-class.html https://lldb.llvm.org/python_api/lldb.SBTypeList.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
93 Redirect 301 /python_reference/lldb.SBTypeMember-class.html https://lldb.llvm.org/python_api/lldb.SBTypeMember.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
94 Redirect 301 /python_reference/lldb.SBTypeMemberFunction-class.html https://lldb.llvm.org/python_api/lldb.SBTypeMemberFunction.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
95 Redirect 301 /python_reference/lldb.SBTypeNameSpecifier-class.html https://lldb.llvm.org/python_api/lldb.SBTypeNameSpecifier.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
96 Redirect 301 /python_reference/lldb.SBTypeSummary-class.html https://lldb.llvm.org/python_api/lldb.SBTypeSummary.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
97 Redirect 301 /python_reference/lldb.SBTypeSummaryOptions-class.html https://lldb.llvm.org/python_api/lldb.SBTypeSummaryOptions.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
98 Redirect 301 /python_reference/lldb.SBTypeSynthetic-class.html https://lldb.llvm.org/python_api/lldb.SBTypeSynthetic.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
99 Redirect 301 /python_reference/lldb.SBUnixSignals-class.html https://lldb.llvm.org/python_api/lldb.SBUnixSignals.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
100 Redirect 301 /python_reference/lldb.SBValue-class.html https://lldb.llvm.org/python_api/lldb.SBValue.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
101 Redirect 301 /python_reference/lldb.SBValueList-class.html https://lldb.llvm.org/python_api/lldb.SBValueList.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
102 Redirect 301 /python_reference/lldb.SBVariablesOptions-class.html https://lldb.llvm.org/python_api/lldb.SBVariablesOptions.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
103 Redirect 301 /python_reference/lldb.SBWatchpoint-class.html https://lldb.llvm.org/python_api/lldb.SBWatchpoint.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
104 Redirect 301 /python_reference/lldb.declaration-class.html https://lldb.llvm.org/python_api/lldb.declaration.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
105 Redirect 301 /python_reference/lldb.value-class.html https://lldb.llvm.org/python_api/lldb.value.html
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
106 Redirect 301 /python_reference/lldb.value_iter-class.html https://lldb.llvm.org/python_api/lldb.value_iter.html