aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-3/+4
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-2/+0
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-3/+3
2011-02-19- Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham1-12/+8
2011-02-18Factor all the code that does "Execute a list of lldb command interpreter com...Jim Ingham1-74/+80
2011-02-09Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton1-33/+24
2011-01-21The code to check whether the number of arguments was 0 was not necessary, Ve...Jim Ingham1-7/+0
2010-11-19Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice1-0/+23
2010-10-27Flush the prompts immediately in the breakpoint command input readers, to make Caroline Tice1-0/+7
2010-10-04Modify existing commands with arguments to use the new argument mechanismCaroline Tice1-3/+41
2010-10-01Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice1-6/+6
2010-09-21Update help text for breakpoint command one-liners.Caroline Tice1-1/+1
2010-09-21Re-write/clean up code that generated Python breakpoint commands.Caroline Tice1-0/+5
2010-09-18General command line help cleanup:Greg Clayton1-1/+1
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-34/+29
2010-09-11Fixed some comments.Johnny Chen1-1/+1
2010-09-11Added [-o <one-liner>] to the "breakpoint command add" lldb command to be ableJohnny Chen1-38/+72
2010-09-10Fixed the breakage of "breakpoint command add -p 1 2" caused by r113596 asJohnny Chen1-2/+2
2010-09-10Updated help text for "breakpoint command add" to reflect r113596 changeset.Johnny Chen1-0/+16
2010-09-10Added the capability to specify a one-liner Python script as the callbackJohnny Chen1-6/+18
2010-09-08Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice1-4/+4
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham1-3/+3
2010-07-14I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton1-6/+12
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton1-3/+6
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-76/+78
2010-06-22Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the ...Jim Ingham1-1/+1
2010-06-16Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham1-3/+2
2010-06-15Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham1-3/+3
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+695