lldb: add Spanish translation (#10401)

pull/23/head
Darío Hereñú 2023-08-09 10:52:17 -03:00 committed by GitHub
parent cd32d9ff5a
commit f45bf26575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages.es/osx/lldb.md Normal file
View 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}}"`