mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-18 12:13:28 +08:00
Merge branch 'master' of github.com:lrz/RubyMotion
This commit is contained in:
2
NEWS
2
NEWS
@@ -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 =
|
||||
|
||||
|
||||
@@ -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
2
vm
Submodule vm updated: e8e1b2d327...7c40e7105c
Reference in New Issue
Block a user