Re: [Lldb-commits] [PATCH] Allow MachO JIT debugging

2014-06-19 Thread Keno Fischer
Slight adjustment to updateSectionLoadAddress to properly adjust the load address range of fake segments. http://reviews.llvm.org/D4006 Files: include/lldb/Core/Section.h lib/Makefile source/Core/Section.cpp source/Expression/IRExecutionUnit.cpp

[Lldb-commits] [lldb] r211283 - Fixed up gdb-remote auxv regex issues with binary data.

2014-06-19 Thread Todd Fiala
Author: tfiala Date: Thu Jun 19 12:35:40 2014 New Revision: 211283 URL: http://llvm.org/viewvc/llvm-project?rev=211283view=rev Log: Fixed up gdb-remote auxv regex issues with binary data. Fixes two causes for https://github.com/tfiala/lldb/issues/7. 1. Ensures the inferior program has started

[Lldb-commits] [lldb] r211289 - Switch over to using object_getClass to get the class of an object. Previously we were

2014-06-19 Thread Jim Ingham
Author: jingham Date: Thu Jun 19 13:25:51 2014 New Revision: 211289 URL: http://llvm.org/viewvc/llvm-project?rev=211289view=rev Log: Switch over to using object_getClass to get the class of an object. Previously we were directly accessing the isa pointer of a class object to get its meta-class,

[Lldb-commits] [lldb] r211329 - Command files that switch input handlers didn't work, now they do.

2014-06-19 Thread Greg Clayton
Author: gclayton Date: Thu Jun 19 19:23:57 2014 New Revision: 211329 URL: http://llvm.org/viewvc/llvm-project?rev=211329view=rev Log: Command files that switch input handlers didn't work, now they do. The issue was when we called Debugger::RunIOHandler(), it would run the current IOHandler by