mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 16:02:08 +02:00
lldb: add Spanish translation (#10401)
This commit is contained in:
parent
cd32d9ff5a
commit
f45bf26575
1 changed files with 16 additions and 0 deletions
16
pages.es/osx/lldb.md
Normal file
16
pages.es/osx/lldb.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# lldb
|
||||||
|
|
||||||
|
> El depurador de bajo nivel LLVM.
|
||||||
|
> Más información: <https://lldb.llvm.org/man/lldb.html>.
|
||||||
|
|
||||||
|
- Depura un ejecutable:
|
||||||
|
|
||||||
|
`lldb "{{ejecutable}}"`
|
||||||
|
|
||||||
|
- Adjunta `lldb` a un proceso en ejecución con un PID dado:
|
||||||
|
|
||||||
|
`lldb -p {{pid}}`
|
||||||
|
|
||||||
|
- Espera a que se inicie un nuevo proceso con un nombre determinado y adjuntarlo al mismo:
|
||||||
|
|
||||||
|
`lldb -w -n "{{nombre_proceso}}"`
|
Loading…
Add table
Reference in a new issue