Skip to content

Commit

Permalink
lldb: add Spanish translation (#15301)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikks authored Dec 29, 2024
1 parent 40b07fe commit daf99ae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pages.es/common/lldb.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit daf99ae

Please sign in to comment.