Merge branch 'master' of github.com:lrz/RubyMotion

This commit is contained in:
Laurent Sansonetti
2013-07-19 14:43:13 +02:00
3 changed files with 4 additions and 2 deletions

2
NEWS
View File

@@ -29,6 +29,8 @@
request #108).
* [iOS] Fixed a warning message from the linker that would be displayed when
use Xcode 5.
* [iOS] Fixed a bug in debugger where built-in debug commands are not working
with simulator.
= RubyMotion 2.4 =

View File

@@ -982,7 +982,7 @@ gdb_commands_file(void)
if ([[NSFileManager defaultManager] fileExistsAtPath:gdb_path]) {
gdb_task = [[NSTask launchedTaskWithLaunchPath:gdb_path
arguments:[NSArray arrayWithObjects:@"--arch", @"i386", @"-q",
@"--pid", [pidNumber description], nil]] retain];
@"--pid", [pidNumber description], @"-x", gdb_commands_file(), nil]] retain];
}
else if ([[NSFileManager defaultManager] fileExistsAtPath:lldb_path]) {
gdb_task = [[NSTask launchedTaskWithLaunchPath:lldb_path

2
vm

Submodule vm updated: e8e1b2d327...7c40e7105c