Skip to content

Commit f2d95b0

Browse files
committed
Fix code review skill issue
1 parent 8899d80 commit f2d95b0

File tree

23 files changed

+30
-326
lines changed

23 files changed

+30
-326
lines changed

0.8.1/from_pydoc/generated/architectures/aarch64/aarch64_thread_context/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ <h2 id="libdebug.architectures.aarch64.aarch64_thread_context.Aarch64ThreadConte
19151915

19161916
<div class="doc doc-contents ">
19171917
<p class="doc doc-class-bases">
1918-
Bases: <code><a class="autorefs autorefs-internal" title="libdebug.state.thread_context.ThreadContext" href="../../../state/thread_context/#libdebug.state.thread_context.ThreadContext">ThreadContext</a></code></p>
1918+
Bases: <code><span title="libdebug.state.thread_context.ThreadContext">ThreadContext</span></code></p>
19191919

19201920

19211921
<p>This object represents a thread in the context of the target aarch64 process. It holds information about the thread's state, registers and stack.</p>

0.8.1/from_pydoc/generated/architectures/amd64/amd64_thread_context/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ <h2 id="libdebug.architectures.amd64.amd64_thread_context.Amd64ThreadContext" cl
19151915

19161916
<div class="doc doc-contents ">
19171917
<p class="doc doc-class-bases">
1918-
Bases: <code><a class="autorefs autorefs-internal" title="libdebug.state.thread_context.ThreadContext" href="../../../state/thread_context/#libdebug.state.thread_context.ThreadContext">ThreadContext</a></code></p>
1918+
Bases: <code><span title="libdebug.state.thread_context.ThreadContext">ThreadContext</span></code></p>
19191919

19201920

19211921
<p>This object represents a thread in the context of the target amd64 process. It holds information about the thread's state, registers and stack.</p>

0.8.1/from_pydoc/generated/architectures/amd64/compat/i386_over_amd64_thread_context/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ <h2 id="libdebug.architectures.amd64.compat.i386_over_amd64_thread_context.I386O
19151915

19161916
<div class="doc doc-contents ">
19171917
<p class="doc doc-class-bases">
1918-
Bases: <code><a class="autorefs autorefs-internal" title="libdebug.state.thread_context.ThreadContext" href="../../../../state/thread_context/#libdebug.state.thread_context.ThreadContext">ThreadContext</a></code></p>
1918+
Bases: <code><span title="libdebug.state.thread_context.ThreadContext">ThreadContext</span></code></p>
19191919

19201920

19211921
<p>This object represents a thread in the context of the target i386 process when running on amd64. It holds information about the thread's state, registers and stack.</p>

0.8.1/from_pydoc/generated/architectures/i386/i386_thread_context/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ <h2 id="libdebug.architectures.i386.i386_thread_context.I386ThreadContext" class
19151915

19161916
<div class="doc doc-contents ">
19171917
<p class="doc doc-class-bases">
1918-
Bases: <code><a class="autorefs autorefs-internal" title="libdebug.state.thread_context.ThreadContext" href="../../../state/thread_context/#libdebug.state.thread_context.ThreadContext">ThreadContext</a></code></p>
1918+
Bases: <code><span title="libdebug.state.thread_context.ThreadContext">ThreadContext</span></code></p>
19191919

19201920

19211921
<p>This object represents a thread in the context of the target i386 process. It holds information about the thread's state, registers and stack.</p>

0.8.1/from_pydoc/generated/snapshots/memory/memory_map_snapshot/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,7 @@ <h2 id="libdebug.snapshots.memory.memory_map_snapshot.MemoryMapSnapshot" class="
19461946

19471947
<div class="doc doc-contents ">
19481948
<p class="doc doc-class-bases">
1949-
Bases: <code><a class="autorefs autorefs-internal" title="libdebug.data.memory_map.MemoryMap" href="../../../data/memory_map/#libdebug.data.memory_map.MemoryMap">MemoryMap</a></code></p>
1949+
Bases: <code><span title="libdebug.data.memory_map.MemoryMap">MemoryMap</span></code></p>
19501950

19511951

19521952
<p>A snapshot of the memory map of the target process.</p>
@@ -2007,7 +2007,7 @@ <h2 id="libdebug.snapshots.memory.memory_map_snapshot.MemoryMapSnapshot" class="
20072007
</td>
20082008
</tr>
20092009
<tr class="doc-section-item">
2010-
<td><code><a class="autorefs autorefs-internal" title="libdebug.snapshots.memory.memory_map_snapshot.MemoryMapSnapshot.offset" href="../../../data/memory_map/#libdebug.data.memory_map.MemoryMap.offset">offset</a></code></td>
2010+
<td><code><span title="libdebug.snapshots.memory.memory_map_snapshot.MemoryMapSnapshot.offset">offset</span></code></td>
20112011
<td>
20122012
<code><span title="int">int</span></code>
20132013
</td>
@@ -2018,7 +2018,7 @@ <h2 id="libdebug.snapshots.memory.memory_map_snapshot.MemoryMapSnapshot" class="
20182018
</td>
20192019
</tr>
20202020
<tr class="doc-section-item">
2021-
<td><code><a class="autorefs autorefs-internal" title="libdebug.snapshots.memory.memory_map_snapshot.MemoryMapSnapshot.backing_file" href="../../../data/memory_map/#libdebug.data.memory_map.MemoryMap.backing_file">backing_file</a></code></td>
2021+
<td><code><span title="libdebug.snapshots.memory.memory_map_snapshot.MemoryMapSnapshot.backing_file">backing_file</span></code></td>
20222022
<td>
20232023
<code><span title="str">str</span></code>
20242024
</td>

0.8.1/from_pydoc/generated/snapshots/memory/snapshot_memory_view/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1969,7 +1969,7 @@ <h2 id="libdebug.snapshots.memory.snapshot_memory_view.SnapshotMemoryView" class
19691969

19701970
<div class="doc doc-contents ">
19711971
<p class="doc doc-class-bases">
1972-
Bases: <code><a class="autorefs autorefs-internal" title="libdebug.memory.abstract_memory_view.AbstractMemoryView" href="../../../memory/abstract_memory_view/#libdebug.memory.abstract_memory_view.AbstractMemoryView">AbstractMemoryView</a></code></p>
1972+
Bases: <code><span title="libdebug.memory.abstract_memory_view.AbstractMemoryView">AbstractMemoryView</span></code></p>
19731973

19741974

19751975
<p>Memory view for a thread / process snapshot.</p>
@@ -3202,7 +3202,7 @@ <h3 id="libdebug.snapshots.memory.snapshot_memory_view.SnapshotMemoryView.resolv
32023202
<tbody>
32033203
<tr class="doc-section-item">
32043204
<td><code>Symbol</code></td> <td>
3205-
<code><a class="autorefs autorefs-internal" title="libdebug.data.symbol.Symbol" href="../../../data/symbol/#libdebug.data.symbol.Symbol">Symbol</a></code>
3205+
<code><span title="libdebug.data.symbol.Symbol">Symbol</span></code>
32063206
</td>
32073207
<td>
32083208
<div class="doc-md-description">

0.8.1/from_pydoc/generated/snapshots/registers/snapshot_registers/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@ <h2 id="libdebug.snapshots.registers.snapshot_registers.SnapshotRegisters" class
19241924

19251925
<div class="doc doc-contents ">
19261926
<p class="doc doc-class-bases">
1927-
Bases: <code><a class="autorefs autorefs-internal" title="libdebug.data.registers.Registers" href="../../../data/registers/#libdebug.data.registers.Registers">Registers</a></code></p>
1927+
Bases: <code><span title="libdebug.data.registers.Registers">Registers</span></code></p>
19281928

19291929

19301930
<p>Class that holds the state of the architectural-dependent registers of a snapshot.</p>

0.8.1/from_pydoc/generated/snapshots/thread/lw_thread_snapshot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2211,7 +2211,7 @@ <h3 id="libdebug.snapshots.thread.lw_thread_snapshot.LightweightThreadSnapshot._
22112211
<code>thread</code>
22122212
</td>
22132213
<td>
2214-
<code><a class="autorefs autorefs-internal" title="libdebug.state.thread_context.ThreadContext" href="../../../state/thread_context/#libdebug.state.thread_context.ThreadContext">ThreadContext</a></code>
2214+
<code><span title="libdebug.state.thread_context.ThreadContext">ThreadContext</span></code>
22152215
</td>
22162216
<td>
22172217
<div class="doc-md-description">

0.8.1/from_pydoc/generated/snapshots/thread/thread_snapshot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2164,7 +2164,7 @@ <h3 id="libdebug.snapshots.thread.thread_snapshot.ThreadSnapshot.__init__" class
21642164
<code>thread</code>
21652165
</td>
21662166
<td>
2167-
<code><a class="autorefs autorefs-internal" title="libdebug.state.thread_context.ThreadContext" href="../../../state/thread_context/#libdebug.state.thread_context.ThreadContext">ThreadContext</a></code>
2167+
<code><span title="libdebug.state.thread_context.ThreadContext">ThreadContext</span></code>
21682168
</td>
21692169
<td>
21702170
<div class="doc-md-description">

0.8.1/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -520,9 +520,9 @@
520520
</li>
521521

522522
<li class="md-nav__item">
523-
<a href="#dependenciesadd-commentmore-actions" class="md-nav__link">
523+
<a href="#dependencies" class="md-nav__link">
524524
<span class="md-ellipsis">
525-
DependenciesAdd commentMore actions
525+
Dependencies
526526
</span>
527527
</a>
528528

@@ -1942,9 +1942,9 @@
19421942
</li>
19431943

19441944
<li class="md-nav__item">
1945-
<a href="#dependenciesadd-commentmore-actions" class="md-nav__link">
1945+
<a href="#dependencies" class="md-nav__link">
19461946
<span class="md-ellipsis">
1947-
DependenciesAdd commentMore actions
1947+
Dependencies
19481948
</span>
19491949
</a>
19501950

@@ -2030,7 +2030,7 @@ <h2 id="quick-start"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/sv
20302030
<p class="admonition-title">Supported Systems</p>
20312031
<p><strong>libdebug</strong> currently supports Linux under the x86_64, x86 and ARM64 architectures. Other operating systems and architectures are not supported at this time.</p>
20322032
</div>
2033-
<h2 id="dependenciesadd-commentmore-actions">DependenciesAdd commentMore actions</h2>
2033+
<h2 id="dependencies">Dependencies</h2>
20342034
<p>To install <strong>libdebug</strong>, you first need to have some dependencies that will not be automatically resolved. These dependencies are libraries, utilities and development headers which are required by <strong>libdebug</strong> to compile its internals during installation.</p>
20352035
<div class="tabbed-set tabbed-alternate" data-tabs="1:4"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><input id="__tabbed_1_2" name="__tabbed_1" type="radio" /><input id="__tabbed_1_3" name="__tabbed_1" type="radio" /><input id="__tabbed_1_4" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="__tabbed_1_1"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-7.66-4.26c.58.33 1.31.13 1.66-.44.31-.57.12-1.3-.46-1.64-.57-.33-1.31-.16-1.64.44-.33.57-.13 1.31.44 1.64m-2.46 7.76c-.53 0-1.03-.11-1.47-.32l-.84 1.5c.7.32 1.48.54 2.31.54.49 0 .95-.07 1.4-.19.08-.49.36-.93.82-1.19.46-.27.98-.29 1.44-.12.89-.87 1.46-2.06 1.55-3.39l-1.71-.02a3.506 3.506 0 0 1-3.5 3.19m0-7c1.84 0 3.34 1.39 3.5 3.19l1.71-.03a5.2 5.2 0 0 0-1.55-3.38c-.46.17-.99.14-1.44-.12-.46-.26-.74-.71-.82-1.19-.45-.12-.91-.19-1.4-.19-.83 0-1.61.19-2.31.54l.84 1.5c.44-.21.94-.32 1.47-.32M8.37 12c0-1.19.59-2.24 1.49-2.87L9 7.65a5.22 5.22 0 0 0-2.17 3.04c.38.31.62.78.62 1.31s-.24 1-.62 1.31A5.2 5.2 0 0 0 9 16.34l.86-1.47c-.9-.63-1.49-1.68-1.49-2.87m5.97 4.26c-.57.33-.77 1.06-.44 1.64.33.57 1.07.77 1.64.44.58-.34.77-1.07.46-1.64-.35-.58-1.08-.77-1.66-.44M5.76 10.8c-.66 0-1.2.54-1.2 1.2s.54 1.2 1.2 1.2c.67 0 1.2-.54 1.2-1.2s-.53-1.2-1.2-1.2"/></svg></span> Ubuntu</label><label for="__tabbed_1_2"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-.89 2.18-1.43 3.61-2.42 5.73.61.64 1.35 1.39 2.56 2.24-1.3-.54-2.19-1.07-2.85-1.63C8 11 6.03 14.75 2 22c3.17-1.83 5.63-2.96 7.92-3.39-.1-.42-.16-.88-.15-1.36v-.1c.05-2.03 1.11-3.59 2.36-3.48 1.25.1 2.22 1.83 2.17 3.87-.01.38-.05.75-.12 1.09 2.26.44 4.69 1.56 7.82 3.37-.62-1.14-1.17-2.16-1.69-3.13-.81-.64-1.7-1.48-3.46-2.37 1.21.3 2.08.66 2.76 1.07C14.26 7.62 13.83 6.3 12 2"/></svg></span> Arch Linux</label><label for="__tabbed_1_3"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.47 2 12v7.73C2 21 3 22 4.27 22H12c5.53 0 10-4.5 10-10S17.5 2 12 2m2.03 4.12c1.68 0 3.26 1.28 3.26 3.06 0 .16 0 .32-.02.51-.05.47-.48.81-.95.75a.836.836 0 0 1-.7-.98c0-.06.01-.14.01-.28 0-1.01-.82-1.4-1.6-1.4s-1.48.66-1.48 1.4c.01.85 0 1.7 0 2.56l1.45-.02c1.12-.02 1.13 1.68 0 1.67l-1.45.01-.01 2.39c-.18 1.88-1.77 3.37-3.69 3.37-2.03 0-3.71-1.66-3.71-3.7A3.8 3.8 0 0 1 9 11.74l1.15-.01v1.67L9 13.41h-.03c-1.16.03-2.15.82-2.16 2.06 0 1.12.91 2.03 2.04 2.03 1.15 0 2.03-.83 2.03-2.03.02-2.01-.01-4.22 0-6.3 0-.12.01-.21.02-.34.19-1.54 1.57-2.71 3.13-2.71"/></svg></span> Fedora</label><label for="__tabbed_1_4"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.5 10.57-.2.37c.26-.78.11-1.63.15-2.37l-.07-.02c-.07-1.85-1.67-3.82-3.09-4.48-1.23-.57-3.12-.67-3.99-.24.12-.11.6-.15.45-.23-1.37.13-1.06.47-2.11.74-.29.28.86-.22.23.16-.56.13-.82-.12-1.65.74.07.12.53-.35.15.12-.79-.09-2.48 1.8-2.84 2.42l.19.04c-.31.77-.72 1.26-.77 1.72-.08 1.14-.45 3.21.08 3.85l-.06.53.23.45-.12.01c.58 1.83.62.04 1.39 1.94-.11-.04-.23-.08-.39-.32-.02.19.24.69.54 1.08l-.12.14c.16.31.32.38.43.49-.63-.35.57 1.13.7 1.32l.1-.17c-.02.24.17.56.53 1.01l.3-.01c.13.24.58.68.85.7l-.18.24c.69.2.33.29 1.18.59l-.17-.3c.43.37.56.7 1.17.98.85.3.96.18 1.82.43-.73 0-1.59 0-2.17-.22-3.96-1.07-7.56-5.72-7.32-10.5-.06-.97.1-2.18-.06-2.42.22-.74.48-1.64 1.01-2.71-.04-.07.09.21.36-.24.16-.36.29-.75.5-1.1l.1-.03c.11-.61 1.43-1.55 1.85-2.02v.18c.86-.81 2.4-1.35 3.26-1.73-.23.25.51-.03 1.04-.06l-.49.28c.63-.16.6.07 1.25-.03-.23.03-.5.1-.46.16.72.08.84-.22 1.51 0l-.05-.2c.94.34 1.13.28 2.14.82.36.01.4-.22.93 0 .1.16-.02.19.64.59.07-.03-.13-.22-.27-.37 1.3.71 2.75 2.22 3.18 3.84-.41-.74-.04.39-.18.33.18.49.33 1 .43 1.53-.12-.43-.39-1.48-.86-2.15-.03.43-.6-.3-.29.66.22.34.05-.35.34.25 0 .29.11.58.18.95-.1-.02-.22-.41-.3-.31.1.5.27.72.33.76-.03.08-.12-.08-.12.24.04.74.21.43.29.46-.09.37-.41.79-.25 1.42l-.2-.56c-.05.53.11.63-.13 1.28.18-.6.16-1.1-.01-.85.09.82-.65 1.45-.58 1.98l-.21-.29c-.57.83-.01.45-.4 1.06.14-.23-.07-.08.11-.36-.12.01-.55.53-.94.83-1.54 1.23-3.39 1.4-5.15.73h-.01c.01-.04 0-.09-.12-.17-1.51-1.15-2.4-2.13-2.11-4.41.25-.17.31-1.12.84-1.45.32-.71 1.28-1.36 2.31-1.38 1.05-.06 1.94.56 2.39 1.14-.82-.75-2.14-.98-3.28-.43-1.15.53-1.84 1.8-1.76 3.07.06-.07.1-.02.12-.18-.03 2.47 2.66 4.28 4.6 3.37l.03.05c.78-.22.68-.39 1.19-.75-.04.09-.34.3-.16.3.25-.06 1.03-.79 1.42-1.13.17-.38-.1-.23.15-.69l.3-.15c.17-.48.35-.75.35-1.32"/></svg></span> Debian</label></div>
20362036
<div class="tabbed-content">

0.8.1/objects.inv

-8.63 KB
Binary file not shown.

0.8.1/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)