Skip to content

Commit

Permalink
Merge pull request #401 from Logitude/master
Browse files Browse the repository at this point in the history
Minor addition to LLDB/GDB map
  • Loading branch information
Kapeli committed Sep 28, 2021
2 parents b2d81c9 + 0dff376 commit 82c3cc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cheatsheets/LLDB_to_GDB_Command_Map.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@
name 'Launch a process for with arguments `a.out 1 2 3` without having to supply the args every time'
notes '
```
n/a
% gdb --args a.out 1 2 3
(gdb) run
...
(gdb) run
...
```
```
% lldb -- a.out 1 2 3
Expand Down

0 comments on commit 82c3cc8

Please sign in to comment.