summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target
Commit message (Expand)AuthorAgeFilesLines
* The Threads created when requesting extended backtraces need to be owned byJason Molenda2013-11-111-0/+4
* Fixed the the breakpoint test case failures. Greg Clayton2013-11-092-6/+18
* Changed the ABIs and ClangFunction to take aSean Callanan2013-11-082-86/+9
* This patch does a couple of things. Jim Ingham2013-11-074-86/+80
* Rename extended backtrace methods to take out the "ThreadOrigin"Jason Molenda2013-11-061-2/+2
* Add a new GetThreadOriginExtendedBacktrace method to the Jason Molenda2013-11-061-0/+6
* <rdar://problem/15367122>Greg Clayton2013-11-052-21/+23
* Add a GetThreadOriginExtendedBacktraceTypes method to theJason Molenda2013-11-051-4/+4
* Add a new system runtime plugin type - just the top levelJason Molenda2013-11-054-0/+102
* Update ABISysV_x86_64.cpp to use more efficient register finding calls. Greg Clayton2013-11-051-0/+9
* Added a "--debug" option to the "expression" command. Greg Clayton2013-11-043-50/+39
* Add new ivars to StackFrame so it can represent a stack collectedJason Molenda2013-11-042-3/+56
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-0414-130/+131
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-0214-131/+130
* Fix the format warnings.Sylvestre Ledru2013-10-311-1/+1
* Change the default handling for SIGALRM and SIGCHLD to not notify.Jim Ingham2013-10-281-2/+2
* Fix the signed-ness of a few log printf directives in Process::RunThreadPlan.Jason Molenda2013-10-271-3/+3
* Fixed format strings as they still must specicy a '%' prior to using PRI*64 m...Greg Clayton2013-10-231-1/+1
* Fixes to get LLDB building on Windows again.Deepak Panickal2013-10-221-2/+2
* Mark the selected frame of the selected thread in backtraces.Jim Ingham2013-10-183-8/+41
* Make sure the CallFunction Thread plans don't try to do DoTakedown if their t...Jim Ingham2013-10-181-3/+9
* Added support for reading thread-local storage variables, as defined using th...Richard Mitton2013-10-171-0/+18
* <rdar://problem/13635174>Greg Clayton2013-10-118-27/+43
* POSIX RegisterContext for mips64Ed Maste2013-10-101-0/+1
* Re-enable test_convenience_registers_16bit_with_process_attach test for Linux.Michael Sartain2013-10-091-9/+0
* Allow Process::WaitForProcessToStop to return immediately if process is alrea...Daniel Malea2013-10-091-1/+14
* <rdar://problem/14028923>Enrico Granata2013-10-081-1/+9
* Changed the bool conversion operator on ConstStringSean Callanan2013-10-031-1/+1
* DWARF says line number 0 is a valid line number - used to indicate a source l...Jim Ingham2013-09-271-0/+19
* Remove unnecessary checks for thread_plan_sp (we check for this at the top of...Jim Ingham2013-09-271-2/+2
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-251-44/+44
* Target::m_suppress_synthetic_value was a hack required to disable synthetic v...Enrico Granata2013-09-241-3/+1
* Examine more than 1 frame for equivalent contexts in ThreadPlanStepOverRangeDaniel Malea2013-09-171-36/+40
* Disassembler::DisassembleRange() currently calls Target::ReadMemoryJason Molenda2013-09-121-1/+3
* Added a 'jump' command, similar to GDBs.Richard Mitton2013-09-122-0/+86
* Turns out the number of times you need to resume the process for /bin/sh depe...Jim Ingham2013-09-111-1/+1
* Changing the default shell to /bin/sh brought up a long-standing bug on OS X,Jim Ingham2013-09-102-4/+7
* Correct logic error found by inspection.Ed Maste2013-09-061-1/+1
* Add OptionParser.hVirgile Bello2013-09-052-19/+19
* Switch '/bin/bash' to '/bin/sh'Ed Maste2013-09-031-1/+1
* Fixed a few typos.Ashok Thirumurthi2013-08-271-1/+1
* Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis2013-08-271-1/+7
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-2/+267
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-3/+5
* Introducing a temporary work-around for a register mapping problem with 32-bi...Andrew Kaylor2013-08-211-0/+9
* <rdar://problem/14717184>Greg Clayton2013-08-131-2/+7
* <rdar://problem/14717184>Greg Clayton2013-08-132-51/+89
* New settings: target.use-hex-immediates and target.hex-immediates-styleDaniel Malea2013-08-071-0/+26
* clean up about 22 warnings messagesMichael Sartain2013-08-071-12/+12
* Test to see if logging is enabled before printingJason Molenda2013-08-061-1/+4
OpenPOWER on IntegriCloud