mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
lldb: add Spanish translation (#15301)
This commit is contained in:
parent
40b07fe7cd
commit
daf99aec9c
1 changed files with 16 additions and 0 deletions
16
pages.es/common/lldb.md
Normal file
16
pages.es/common/lldb.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# lldb
|
||||||
|
|
||||||
|
> El depurador LLVM de bajo nivel.
|
||||||
|
> Más información: <https://lldb.llvm.org>.
|
||||||
|
|
||||||
|
- Depura un ejecutable:
|
||||||
|
|
||||||
|
`lldb {{ejecutable}}`
|
||||||
|
|
||||||
|
- Asocia `lldb` a un proceso de ejecución con un PID dado:
|
||||||
|
|
||||||
|
`lldb -p {{pid}}`
|
||||||
|
|
||||||
|
- Espera un nuevo proceso con un nombre dado para ejecutarse y asociarse al mismo:
|
||||||
|
|
||||||
|
`lldb -w -n {{nombre_del_proceso}}`
|
Loading…
Add table
Reference in a new issue