Skip to content

Commit

Permalink
Renamed turning on stack logging; removed superflous history cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekSelander committed May 14, 2017
1 parent 4f10def commit 5743f6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 193 deletions.
192 changes: 0 additions & 192 deletions lldb_commands/history.py

This file was deleted.

2 changes: 1 addition & 1 deletion lldb_commands/msl.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def __lldb_init_module(debugger, internal_dict):
debugger.HandleCommand(
'command script add -f msl.handle_command msl')
debugger.HandleCommand('command alias slog_on expression -lobjc -O -- extern void turn_on_stack_logging(int); turn_on_stack_logging(1);')
debugger.HandleCommand('command alias enable_logging expression -lobjc -O -- extern void turn_on_stack_logging(int); turn_on_stack_logging(1);')


def handle_command(debugger, command, result, internal_dict):
Expand Down

0 comments on commit 5743f6d

Please sign in to comment.